Shades of Violet Blue #99549C
Tints of Violet Blue #99549C
RGB
CMYK
RGB Variations
Color information
#99549C (or 0x99549C) is known color: 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
| RGB | 153 | 84 | 156 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.39 |
| HSL | 297.5º | 0.3% | 0.47% | - |
| HSV(B) | 297.5º | 0.46% | 0.61% | - |
| XYZ | 22.31 | 15.51 | 33.27 | - |
| YUV | 112.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 156 | 0.02 | 0.46 | 0 | 0.39 | 297.5 | 0.3 | 0.47 |
| Hex | 99 | 54 | 9C | 2 | 2E | 0 | 27 | 12A | 1E | 2F |
| Octal | 231 | 124 | 234 | 2 | 56 | 0 | 47 | 452 | 36 | 57 |
| Binary | 10011001 | 1010100 | 10011100 | 10 | 101110 | 0 | 100111 | 100101010 | 11110 | 101111 |
Color Harmonies of #99549C
Complementary color
Monochromatic Colors of #99549C
Black with #99549C
Text Example
Text Example
White with #99549C
Text Example
Text Example
HTML Codes & Css Web 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>