Shades of Violet Blue #99569C
Tints of Violet Blue #99569C
RGB
CMYK
RGB Variations
Color information
#99569C (or 0x99569C) is known color: Violet Blue. HEX triplet: 99, 56 and 9C. RGB value is (153,86,156). Sum of RGB (Red+Green+Blue) = 153+86+156=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #99569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99569C is #66A963. Grayscale: #717171. Windows color (decimal): -6728036 or 10245785. OLE color: 10245785.
HSL color Cylindrical-coordinate representation of color #99569C: hue angle of 297.43º 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 #99569C is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 86 | 156 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.39 |
| HSL | 297.43º | 0.29% | 0.47% | - |
| HSV(B) | 297.43º | 0.45% | 0.61% | - |
| XYZ | 22.47 | 15.83 | 33.32 | - |
| YUV | 114.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 156 | 0.02 | 0.45 | 0 | 0.39 | 297.43 | 0.29 | 0.47 |
| Hex | 99 | 56 | 9C | 2 | 2D | 0 | 27 | 129 | 1D | 2F |
| Octal | 231 | 126 | 234 | 2 | 55 | 0 | 47 | 451 | 35 | 57 |
| Binary | 10011001 | 1010110 | 10011100 | 10 | 101101 | 0 | 100111 | 100101001 | 11101 | 101111 |
Color Harmonies of #99569C
Complementary color
Monochromatic Colors of #99569C
Black with #99569C
Text Example
Text Example
White with #99569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99569C; }
p { color: rgb(153,86,156); }
H1.HeaderClassName
{
color: #99569C;
}
.AnyTagClassName
{
color: #99569C;
}
</style>
background-color css
<style>
a { background-color: #99569C; }
a { background-color: rgb(153,86,156); }
div.DivClassName
{
background-color: #99569C;
}
.BgClassName
{
background-color: #99569C;
}
</style>
border-color css
<style>
span { border-color: #99569C; }
span { border-color: rgb(153,86,156); }
td.TdClassName
{
border-color: #99569C;
}
.TagClassName
{
border-color: #99569C;
}
</style>