#9C5699

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

Shades of Violet Blue #9C5699

Tints of Violet Blue #9C5699

Color information

#9C5699 (or 0x9C5699) is unknown color: approx Violet Blue. HEX triplet: 9C, 56 and 99. RGB value is (156,86,153). Sum of RGB (Red+Green+Blue) = 156+86+153=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5699 is #63A966. Grayscale: #727272. Windows color (decimal): -6531431 or 10049180. OLE color: 10049180.

HSL color Cylindrical-coordinate representation of color #9C5699: hue angle of 302.57º 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 #9C5699 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB15686153-
CMYK00.450.020.39
HSL302.57º28.93%47.45%-
HSV(B)302.57º44.87%61.18%-
XYZ22.7916.0232.03-
YUV114.57149.69157.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.49%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=39.49%
G=21.77%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568615300.450.020.39302.5728.9347.45
Hex9C569902D22712f1d2f
Octal2341262310552474573557
Binary1001110010101101001100101011011010011110010111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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