#9C5B91

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

Shades of Violet Blue #9C5B91

Tints of Violet Blue #9C5B91

Color information

#9C5B91 (or 0x9C5B91) is unknown color: approx Violet Blue. HEX triplet: 9C, 5B and 91. RGB value is (156,91,145). Sum of RGB (Red+Green+Blue) = 156+91+145=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5B91 is #63A46E. Grayscale: #747474. Windows color (decimal): -6530159 or 9526172. OLE color: 9526172.

HSL color Cylindrical-coordinate representation of color #9C5B91: hue angle of 310.15º degrees, saturation: 0.26, 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 #9C5B91 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB15691145-
CMYK00.420.070.39
HSL310.15º26.32%48.43%-
HSV(B)310.15º41.67%61.18%-
XYZ22.5616.5928.8-
YUV116.59144.03156.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=39.80%
G=23.21%
B=36.99%

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
Decimal1569114500.420.070.39310.1526.3248.43
Hex9C5B9102A7271361a30
Octal2341332210527474663260
Binary10011100101101110010001010101011110011110011011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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