Shades of Violet Blue #99529E
Tints of Violet Blue #99529E
RGB
CMYK
RGB Variations
Color information
#99529E (or 0x99529E) is known color: Violet Blue. HEX triplet: 99, 52 and 9E. RGB value is (153,82,158). Sum of RGB (Red+Green+Blue) = 153+82+158=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #99529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99529E is #66AD61. Grayscale: #6F6F6F. Windows color (decimal): -6729058 or 10375833. OLE color: 10375833.
HSL color Cylindrical-coordinate representation of color #99529E: hue angle of 296.05º 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 #99529E is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 82 | 158 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.38 |
| HSL | 296.05º | 0.32% | 0.47% | - |
| HSV(B) | 296.05º | 0.48% | 0.62% | - |
| XYZ | 22.33 | 15.28 | 34.12 | - |
| YUV | 111.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 158 | 0.03 | 0.48 | 0 | 0.38 | 296.05 | 0.32 | 0.47 |
| Hex | 99 | 52 | 9E | 3 | 30 | 0 | 26 | 128 | 20 | 2F |
| Octal | 231 | 122 | 236 | 3 | 60 | 0 | 46 | 450 | 40 | 57 |
| Binary | 10011001 | 1010010 | 10011110 | 11 | 110000 | 0 | 100110 | 100101000 | 100000 | 101111 |
Color Harmonies of #99529E
Complementary color
Monochromatic Colors of #99529E
Black with #99529E
Text Example
Text Example
White with #99529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99529E; }
p { color: rgb(153,82,158); }
H1.HeaderClassName
{
color: #99529E;
}
.AnyTagClassName
{
color: #99529E;
}
</style>
background-color css
<style>
a { background-color: #99529E; }
a { background-color: rgb(153,82,158); }
div.DivClassName
{
background-color: #99529E;
}
.BgClassName
{
background-color: #99529E;
}
</style>
border-color css
<style>
span { border-color: #99529E; }
span { border-color: rgb(153,82,158); }
td.TdClassName
{
border-color: #99529E;
}
.TagClassName
{
border-color: #99529E;
}
</style>