#9C5597

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

Shades of Violet Blue #9C5597

Tints of Violet Blue #9C5597

Color information

#9C5597 (or 0x9C5597) is unknown color: approx Violet Blue. HEX triplet: 9C, 55 and 97. RGB value is (156,85,151). Sum of RGB (Red+Green+Blue) = 156+85+151=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5597 is #63AA68. Grayscale: #717171. Windows color (decimal): -6531689 or 9917852. OLE color: 9917852.

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

Color convert

RGB15685151-
CMYK00.460.030.39
HSL304.23º29.46%47.25%-
HSV(B)304.23º45.51%61.18%-
XYZ22.5415.831.14-
YUV113.75149.02158.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=39.80%
G=21.68%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568515100.460.030.39304.2329.4647.25
Hex9C559702E3271301d2f
Octal2341252270563474603557
Binary1001110010101011001011101011101110011110011000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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