#9C5A99

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

Shades of Violet Blue #9C5A99

Tints of Violet Blue #9C5A99

Color information

#9C5A99 (or 0x9C5A99) is unknown color: approx Violet Blue. HEX triplet: 9C, 5A and 99. RGB value is (156,90,153). Sum of RGB (Red+Green+Blue) = 156+90+153=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5A99 is #63A566. Grayscale: #747474. Windows color (decimal): -6530407 or 10050204. OLE color: 10050204.

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

Color convert

RGB15690153-
CMYK00.420.020.39
HSL302.73º26.83%48.24%-
HSV(B)302.73º42.31%61.18%-
XYZ23.1216.6832.14-
YUV116.92148.37155.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.10%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=39.10%
G=22.56%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569015300.420.020.39302.7326.8348.24
Hex9C5A9902A22712f1b30
Octal2341322310522474573360
Binary1001110010110101001100101010101010011110010111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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