#9176C6

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

Shades of True V #9176C6

Tints of True V #9176C6

Color information

#9176C6 (or 0x9176C6) is unknown color: approx True V. HEX triplet: 91, 76 and C6. RGB value is (145,118,198). Sum of RGB (Red+Green+Blue) = 145+118+198=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #9176C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176C6 is #6E8939. Grayscale: #868686. Windows color (decimal): -7244090 or 13006481. OLE color: 13006481.

HSL color Cylindrical-coordinate representation of color #9176C6: hue angle of 260.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9176C6 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145118198-
CMYK0.270.4000.22
HSL260.25º41.24%61.96%-
HSV(B)260.25º40.4%77.65%-
XYZ28.3523.0556.38-
YUV135.19163.45135-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=31.45%
G=25.60%
B=42.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451181980.270.4000.22260.2541.2461.96
Hex9176C61B28016104293e
Octal22116630633500264045176
Binary1001000111101101100011011011101000010110100000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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