#9176C9

Color #9176C9 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9176C9

Tints of True V #9176C9

Color information

#9176C9 (or 0x9176C9) is unknown color: approx True V. HEX triplet: 91, 76 and C9. RGB value is (145,118,201). Sum of RGB (Red+Green+Blue) = 145+118+201=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #9176C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176C9 is #6E8936. Grayscale: #878787. Windows color (decimal): -7244087 or 13203089. OLE color: 13203089.

HSL color Cylindrical-coordinate representation of color #9176C9: hue angle of 259.52º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9176C9 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145118201-
CMYK0.280.4100.21
HSL259.52º43.46%62.55%-
HSV(B)259.52º41.29%78.82%-
XYZ28.723.1958.22-
YUV135.53164.95134.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=31.25%
G=25.43%
B=43.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451182010.280.4100.21259.5243.4662.55
Hex9176C91C290151042b3f
Octal22116631134510254045377
Binary1001000111101101100100111100101001010101100000100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9176C9; }

 p { color: rgb(145,118,201); }

 H1.HeaderClassName
 {
   color: #9176C9;
 }
 .AnyTagClassName
 {
   color: #9176C9;
 }
</style>
background-color css

<style>
 a { background-color: #9176C9; }

 a { background-color: rgb(145,118,201); }

 div.DivClassName
 {
   background-color: #9176C9;
 }
 .BgClassName
 {
   background-color: #9176C9;
 }
</style>
border-color css

<style>
 span { border-color: #9176C9; }

 span { border-color: rgb(145,118,201); }

 td.TdClassName
 {
   border-color: #9176C9;
 }
 .TagClassName
 {
   border-color: #9176C9;
 }
</style>