#9c5e9c

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

Shades of Violet Blue #9C5E9C

Tints of Violet Blue #9C5E9C

Color information

#9C5E9C (or 0x9C5E9C) is unknown color: approx Violet Blue. HEX triplet: 9C, 5E and 9C. RGB value is (156,94,156). Sum of RGB (Red+Green+Blue) = 156+94+156=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C5E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5E9C is #63A163. Grayscale: #777777. Windows color (decimal): -6529380 or 10247836. OLE color: 10247836.

HSL color Cylindrical-coordinate representation of color #9C5E9C: hue angle of 300º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E9C is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15694156-
CMYK00.4000.39
HSL300º24.8%49.02%-
HSV(B)300º39.74%61.18%-
XYZ23.7117.4733.58-
YUV119.61148.54153.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=38.42%
G=23.15%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569415600.4000.3930024.849.02
Hex9C5E9C02802712c1931
Octal2341362340500474543161
Binary100111001011110100111000101000010011110010110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c5e9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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