#9376CA

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

Shades of True V #9376CA

Tints of True V #9376CA

Color information

#9376CA (or 0x9376CA) is unknown color: approx True V. HEX triplet: 93, 76 and CA. RGB value is (147,118,202). Sum of RGB (Red+Green+Blue) = 147+118+202=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #9376CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376CA is #6C8935. Grayscale: #878787. Windows color (decimal): -7113014 or 13268627. OLE color: 13268627.

HSL color Cylindrical-coordinate representation of color #9376CA: hue angle of 260.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9376CA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147118202-
CMYK0.270.4200.21
HSL260.71º44.21%62.75%-
HSV(B)260.71º41.58%79.22%-
XYZ29.1723.4258.86-
YUV136.25165.11135.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=31.48%
G=25.27%
B=43.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471182020.270.4200.21260.7144.2162.75
Hex9376CA1B2A0151052c3f
Octal22316631233520254055477
Binary1001001111101101100101011011101010010101100000101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9376CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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