#9C5997

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

Shades of Violet Blue #9C5997

Tints of Violet Blue #9C5997

Color information

#9C5997 (or 0x9C5997) is unknown color: approx Violet Blue. HEX triplet: 9C, 59 and 97. RGB value is (156,89,151). Sum of RGB (Red+Green+Blue) = 156+89+151=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5997 is #63A668. Grayscale: #737373. Windows color (decimal): -6530665 or 9918876. OLE color: 9918876.

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

Color convert

RGB15689151-
CMYK00.430.030.39
HSL304.48º27.35%48.04%-
HSV(B)304.48º42.95%61.18%-
XYZ22.8716.4531.25-
YUV116.1147.7156.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=39.39%
G=22.47%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568915100.430.030.39304.4827.3548.04
Hex9C599702B3271301b30
Octal2341312270533474603360
Binary1001110010110011001011101010111110011110011000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,151); }

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

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

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

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

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

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

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