Shades of Violet Blue #99529F
Tints of Violet Blue #99529F
RGB
CMYK
RGB Variations
Color information
#99529F (or 0x99529F) is known color: Violet Blue. HEX triplet: 99, 52 and 9F. RGB value is (153,82,159). Sum of RGB (Red+Green+Blue) = 153+82+159=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #99529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99529F is #66AD60. Grayscale: #6F6F6F. Windows color (decimal): -6729057 or 10441369. OLE color: 10441369.
HSL color Cylindrical-coordinate representation of color #99529F: hue angle of 295.32º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99529F is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 82 | 159 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.38 |
| HSL | 295.32º | 0.32% | 0.47% | - |
| HSV(B) | 295.32º | 0.48% | 0.62% | - |
| XYZ | 22.41 | 15.31 | 34.57 | - |
| YUV | 112.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 159 | 0.04 | 0.48 | 0 | 0.38 | 295.32 | 0.32 | 0.47 |
| Hex | 99 | 52 | 9F | 4 | 30 | 0 | 26 | 127 | 20 | 2F |
| Octal | 231 | 122 | 237 | 4 | 60 | 0 | 46 | 447 | 40 | 57 |
| Binary | 10011001 | 1010010 | 10011111 | 100 | 110000 | 0 | 100110 | 100100111 | 100000 | 101111 |
Color Harmonies of #99529F
Complementary color
Monochromatic Colors of #99529F
Black with #99529F
Text Example
Text Example
White with #99529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99529F; }
p { color: rgb(153,82,159); }
H1.HeaderClassName
{
color: #99529F;
}
.AnyTagClassName
{
color: #99529F;
}
</style>
background-color css
<style>
a { background-color: #99529F; }
a { background-color: rgb(153,82,159); }
div.DivClassName
{
background-color: #99529F;
}
.BgClassName
{
background-color: #99529F;
}
</style>
border-color css
<style>
span { border-color: #99529F; }
span { border-color: rgb(153,82,159); }
td.TdClassName
{
border-color: #99529F;
}
.TagClassName
{
border-color: #99529F;
}
</style>