Color Hex Logo

#9165ca Color Hex

#9165CA
(145,101,202)
0 Favorites   0 Comments

Color spaces of #9165ca

RGB 145101202
HSL0.740.490.59
HSV266°50°79°
CMYK 0.280.500.00   0.21
XYZ26.991419.591458.2360
Yxy19.59140.25750.1869
Hunter Lab44.262231.3918-47.0247
CIE-Lab51.372138.2522-46.1869

#9165ca color RGB value is (145,101,202).

#9165ca hex color red value is 145, green value is 101 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9165ca hue: 0.74 , saturation: 0.49 and the lightness value of 9165ca is 0.59.

The process color (four color CMYK) of #9165ca color hex is 0.28, 0.50, 0.00, 0.21. Web safe color of #9165ca is #9966cc. Color #9165ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01100101 11001010
Octal 221 145 312
Decimal 145 101 202
Hex 91 65 CA

RGB Percentages of Color #9165ca

%32.37
%22.54
%45.09

CMYK Percentages of Color #9165ca

%28
%50
%0
%21

Triadic Colors of #9165ca

#9165ca #ca9165 #65ca91

Analogous Colors of #9165ca

#9165ca #c465ca #656cca

Monochromatic Colors of #9165ca

#9165ca

Complementary Color

#9165ca #9eca65

#9165ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9165ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9165ca Color CSS Codes

.mybgcolor {background-color:#9165ca; } 
.myforecolor {color:#9165ca; }
.mybordercolor {border:3px solid #9165ca; }

#9165ca Text Font Color

<p style="color:#9165ca">Text here</p>

This sample text font color is #9165ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9165ca Background Color

<div style="background-color:#9165ca">
Div content here</div>

This div background color is #9165ca


#9165ca Border Color

<div style="border:3px solid #9165ca">
Div here</div>

This div border color is #9165ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,101,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9165ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9165ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9165ca;
  box-shadow:         1px 1px 3px 2px #9165ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,101,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9165ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9165ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9165ca;
  box-shadow:         1px 1px 3px 2px #9165ca;">
Div content here</div>

This div box has shadow with color #9165ca


Comments

No comments written yet.

Please login to write comment.