#9C5A91

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

Shades of Violet Blue #9C5A91

Tints of Violet Blue #9C5A91

Color information

#9C5A91 (or 0x9C5A91) is unknown color: approx Violet Blue. HEX triplet: 9C, 5A and 91. RGB value is (156,90,145). Sum of RGB (Red+Green+Blue) = 156+90+145=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5A91 is #63A56E. Grayscale: #737373. Windows color (decimal): -6530415 or 9525916. OLE color: 9525916.

HSL color Cylindrical-coordinate representation of color #9C5A91: hue angle of 310º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5A91 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB15690145-
CMYK00.420.070.39
HSL310º26.83%48.24%-
HSV(B)310º42.31%61.18%-
XYZ22.4816.4228.77-
YUV116144.37156.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=39.90%
G=23.02%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569014500.420.070.3931026.8348.24
Hex9C5A9102A7271361b30
Octal2341322210527474663360
Binary10011100101101010010001010101011110011110011011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,145); }

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

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

 a { background-color: rgb(156,90,145); }

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

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

 span { border-color: rgb(156,90,145); }

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