#9C5497

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

Shades of Violet Blue #9C5497

Tints of Violet Blue #9C5497

Color information

#9C5497 (or 0x9C5497) is unknown color: approx Violet Blue. HEX triplet: 9C, 54 and 97. RGB value is (156,84,151). Sum of RGB (Red+Green+Blue) = 156+84+151=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5497 is #63AB68. Grayscale: #707070. Windows color (decimal): -6531945 or 9917596. OLE color: 9917596.

HSL color Cylindrical-coordinate representation of color #9C5497: hue angle of 304.17º degrees, saturation: 0.3, 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 #9C5497 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15684151-
CMYK00.460.030.39
HSL304.17º30%47.06%-
HSV(B)304.17º46.15%61.18%-
XYZ22.4715.6431.11-
YUV113.17149.35158.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 151 (59.38% from 255) = 38.62%
R=39.90%
G=21.48%
B=38.62%

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
Decimal1568415100.460.030.39304.173047.06
Hex9C549702E3271301e2f
Octal2341242270563474603657
Binary1001110010101001001011101011101110011110011000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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