#9C5C96

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

Shades of Violet Blue #9C5C96

Tints of Violet Blue #9C5C96

Color information

#9C5C96 (or 0x9C5C96) is unknown color: approx Violet Blue. HEX triplet: 9C, 5C and 96. RGB value is (156,92,150). Sum of RGB (Red+Green+Blue) = 156+92+150=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5C96 is #63A369. Grayscale: #757575. Windows color (decimal): -6529898 or 9854108. OLE color: 9854108.

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

Color convert

RGB15692150-
CMYK00.410.040.39
HSL305.62º25.81%48.63%-
HSV(B)305.62º41.03%61.18%-
XYZ23.0416.9230.91-
YUV117.75146.2155.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=39.20%
G=23.12%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569215000.410.040.39305.6225.8148.63
Hex9C5C960294271321a31
Octal2341342260514474623261
Binary10011100101110010010110010100110010011110011001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,92,150); }

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

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

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

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

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

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

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