#9176C4

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

Shades of True V #9176C4

Tints of True V #9176C4

Color information

#9176C4 (or 0x9176C4) is unknown color: approx True V. HEX triplet: 91, 76 and C4. RGB value is (145,118,196). Sum of RGB (Red+Green+Blue) = 145+118+196=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #9176C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176C4 is #6E893B. Grayscale: #868686. Windows color (decimal): -7244092 or 12875409. OLE color: 12875409.

HSL color Cylindrical-coordinate representation of color #9176C4: hue angle of 260.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9176C4 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB145118196-
CMYK0.260.4000.23
HSL260.77º39.8%61.57%-
HSV(B)260.77º39.8%76.86%-
XYZ28.1222.9655.17-
YUV134.96162.45135.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 196 (76.95% from 255) = 42.70%
R=31.59%
G=25.71%
B=42.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451181960.260.4000.23260.7739.861.57
Hex9176C41A28017105283e
Octal22116630432500274055076
Binary1001000111101101100010011010101000010111100000101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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