#9C5EA9

Color #9C5EA9 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9C5EA9

Tints of Violet Blue #9C5EA9

Color information

#9C5EA9 (or 0x9C5EA9) is unknown color: approx Violet Blue. HEX triplet: 9C, 5E and A9. RGB value is (156,94,169). Sum of RGB (Red+Green+Blue) = 156+94+169=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C5EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5EA9 is #63A156. Grayscale: #787878. Windows color (decimal): -6529367 or 11099804. OLE color: 11099804.

HSL color Cylindrical-coordinate representation of color #9C5EA9: hue angle of 289.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5EA9 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15694169-
CMYK0.080.4400.34
HSL289.6º30.36%51.57%-
HSV(B)289.6º44.38%66.27%-
XYZ24.8717.9439.69-
YUV121.09155.04152.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.23%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 169 (66.41% from 255) = 40.33%
R=37.23%
G=22.43%
B=40.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156941690.080.4400.34289.630.3651.57
Hex9C5EA982C0221221e34
Octal23413625110540424423664
Binary100111001011110101010011000101100010001010010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5EA9; }

 p { color: rgb(156,94,169); }

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

<style>
 a { background-color: #9C5EA9; }

 a { background-color: rgb(156,94,169); }

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

<style>
 span { border-color: #9C5EA9; }

 span { border-color: rgb(156,94,169); }

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