#9376CB

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

Shades of True V #9376CB

Tints of True V #9376CB

Color information

#9376CB (or 0x9376CB) is unknown color: approx True V. HEX triplet: 93, 76 and CB. RGB value is (147,118,203). Sum of RGB (Red+Green+Blue) = 147+118+203=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #9376CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376CB is #6C8934. Grayscale: #888888. Windows color (decimal): -7113013 or 13334163. OLE color: 13334163.

HSL color Cylindrical-coordinate representation of color #9376CB: hue angle of 260.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9376CB is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147118203-
CMYK0.280.4200.20
HSL260.47º44.97%62.94%-
HSV(B)260.47º41.87%79.61%-
XYZ29.2923.4759.49-
YUV136.36165.61135.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.41%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=31.41%
G=25.21%
B=43.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471182030.280.4200.20260.4744.9762.94
Hex9376CB1C2A0141042d3f
Octal22316631334520244045577
Binary1001001111101101100101111100101010010100100000100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9376CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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