Shades of Violet Blue #99529C
Tints of Violet Blue #99529C
RGB
CMYK
RGB Variations
Color information
#99529C (or 0x99529C) is known color: Violet Blue. HEX triplet: 99, 52 and 9C. RGB value is (153,82,156). Sum of RGB (Red+Green+Blue) = 153+82+156=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #99529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99529C is #66AD63. Grayscale: #6F6F6F. Windows color (decimal): -6729060 or 10244761. OLE color: 10244761.
HSL color Cylindrical-coordinate representation of color #99529C: hue angle of 297.57º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99529C is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 82 | 156 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.39 |
| HSL | 297.57º | 0.31% | 0.47% | - |
| HSV(B) | 297.57º | 0.47% | 0.61% | - |
| XYZ | 22.15 | 15.21 | 33.22 | - |
| YUV | 111.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 156 | 0.02 | 0.47 | 0 | 0.39 | 297.57 | 0.31 | 0.47 |
| Hex | 99 | 52 | 9C | 2 | 2F | 0 | 27 | 12A | 1F | 2F |
| Octal | 231 | 122 | 234 | 2 | 57 | 0 | 47 | 452 | 37 | 57 |
| Binary | 10011001 | 1010010 | 10011100 | 10 | 101111 | 0 | 100111 | 100101010 | 11111 | 101111 |
Color Harmonies of #99529C
Complementary color
Monochromatic Colors of #99529C
Black with #99529C
Text Example
Text Example
White with #99529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99529C; }
p { color: rgb(153,82,156); }
H1.HeaderClassName
{
color: #99529C;
}
.AnyTagClassName
{
color: #99529C;
}
</style>
background-color css
<style>
a { background-color: #99529C; }
a { background-color: rgb(153,82,156); }
div.DivClassName
{
background-color: #99529C;
}
.BgClassName
{
background-color: #99529C;
}
</style>
border-color css
<style>
span { border-color: #99529C; }
span { border-color: rgb(153,82,156); }
td.TdClassName
{
border-color: #99529C;
}
.TagClassName
{
border-color: #99529C;
}
</style>