#9C5695

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

Shades of Violet Blue #9C5695

Tints of Violet Blue #9C5695

Color information

#9C5695 (or 0x9C5695) is unknown color: approx Violet Blue. HEX triplet: 9C, 56 and 95. RGB value is (156,86,149). Sum of RGB (Red+Green+Blue) = 156+86+149=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5695 is #63A96A. Grayscale: #717171. Windows color (decimal): -6531435 or 9787036. OLE color: 9787036.

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

Color convert

RGB15686149-
CMYK00.450.040.39
HSL306º28.93%47.45%-
HSV(B)306º44.87%61.18%-
XYZ22.4615.8930.32-
YUV114.11147.69157.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=39.90%
G=21.99%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568614900.450.040.3930628.9347.45
Hex9C569502D4271321d2f
Octal2341262250554474623557
Binary10011100101011010010101010110110010011110011001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,86,149); }

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

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

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

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

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

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

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