Shades of Violet Blue #99529D
Tints of Violet Blue #99529D
RGB
CMYK
RGB Variations
Color information
#99529D (or 0x99529D) is known color: Violet Blue. HEX triplet: 99, 52 and 9D. RGB value is (153,82,157). Sum of RGB (Red+Green+Blue) = 153+82+157=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #99529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99529D is #66AD62. Grayscale: #6F6F6F. Windows color (decimal): -6729059 or 10310297. OLE color: 10310297.
HSL color Cylindrical-coordinate representation of color #99529D: hue angle of 296.8º degrees, saturation: 0.31, 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 #99529D is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 82 | 157 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.38 |
| HSL | 296.8º | 0.31% | 0.47% | - |
| HSV(B) | 296.8º | 0.48% | 0.62% | - |
| XYZ | 22.24 | 15.24 | 33.67 | - |
| YUV | 111.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 157 | 0.03 | 0.48 | 0 | 0.38 | 296.8 | 0.31 | 0.47 |
| Hex | 99 | 52 | 9D | 3 | 30 | 0 | 26 | 129 | 1F | 2F |
| Octal | 231 | 122 | 235 | 3 | 60 | 0 | 46 | 451 | 37 | 57 |
| Binary | 10011001 | 1010010 | 10011101 | 11 | 110000 | 0 | 100110 | 100101001 | 11111 | 101111 |
Color Harmonies of #99529D
Complementary color
Monochromatic Colors of #99529D
Black with #99529D
Text Example
Text Example
White with #99529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99529D; }
p { color: rgb(153,82,157); }
H1.HeaderClassName
{
color: #99529D;
}
.AnyTagClassName
{
color: #99529D;
}
</style>
background-color css
<style>
a { background-color: #99529D; }
a { background-color: rgb(153,82,157); }
div.DivClassName
{
background-color: #99529D;
}
.BgClassName
{
background-color: #99529D;
}
</style>
border-color css
<style>
span { border-color: #99529D; }
span { border-color: rgb(153,82,157); }
td.TdClassName
{
border-color: #99529D;
}
.TagClassName
{
border-color: #99529D;
}
</style>