#99559C

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

Shades of Violet Blue #99559C

Tints of Violet Blue #99559C

Color information

#99559C (or 0x99559C) is unknown color: approx Violet Blue. HEX triplet: 99, 55 and 9C. RGB value is (153,85,156). Sum of RGB (Red+Green+Blue) = 153+85+156=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #99559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99559C is #66AA63. Grayscale: #717171. Windows color (decimal): -6728292 or 10245529. OLE color: 10245529.

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

Color convert

RGB15385156-
CMYK0.020.4600.39
HSL297.46º29.46%47.25%-
HSV(B)297.46º45.51%61.18%-
XYZ22.3915.6733.3-
YUV113.43152.03156.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=38.83%
G=21.57%
B=39.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153851560.020.4600.39297.4629.4647.25
Hex99559C22E0271291d2f
Octal2311252342560474513557
Binary1001100110101011001110010101110010011110010100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99559C; }

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

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

<style>
 a { background-color: #99559C; }

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

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

<style>
 span { border-color: #99559C; }

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

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