#9376C6

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

Shades of True V #9376C6

Tints of True V #9376C6

Color information

#9376C6 (or 0x9376C6) is unknown color: approx True V. HEX triplet: 93, 76 and C6. RGB value is (147,118,198). Sum of RGB (Red+Green+Blue) = 147+118+198=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #9376C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376C6 is #6C8939. Grayscale: #878787. Windows color (decimal): -7113018 or 13006483. OLE color: 13006483.

HSL color Cylindrical-coordinate representation of color #9376C6: hue angle of 261.75º 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 #9376C6 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147118198-
CMYK0.260.4000.22
HSL261.75º41.24%61.96%-
HSV(B)261.75º40.4%77.65%-
XYZ28.723.2456.4-
YUV135.79163.11136-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=31.75%
G=25.49%
B=42.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471181980.260.4000.22261.7541.2461.96
Hex9376C61A28016106293e
Octal22316630632500264065176
Binary1001001111101101100011011010101000010110100000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9376C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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