#99549C

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

Shades of Violet Blue #99549C

Tints of Violet Blue #99549C

Color information

#99549C (or 0x99549C) is unknown color: approx Violet Blue. HEX triplet: 99, 54 and 9C. RGB value is (153,84,156). Sum of RGB (Red+Green+Blue) = 153+84+156=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #99549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99549C is #66AB63. Grayscale: #707070. Windows color (decimal): -6728548 or 10245273. OLE color: 10245273.

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

Color convert

RGB15384156-
CMYK0.020.4600.39
HSL297.5º30%47.06%-
HSV(B)297.5º46.15%61.18%-
XYZ22.3115.5133.27-
YUV112.84152.36156.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=38.93%
G=21.37%
B=39.69%

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
Decimal153841560.020.4600.39297.53047.06
Hex99549C22E02712a1e2f
Octal2311242342560474523657
Binary1001100110101001001110010101110010011110010101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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