Shades of Vivid Violet #99249E
Tints of Vivid Violet #99249E
RGB
CMYK
RGB Variations
Color information
#99249E (or 0x99249E) is known color: Vivid Violet. HEX triplet: 99, 24 and 9E. RGB value is (153,36,158). Sum of RGB (Red+Green+Blue) = 153+36+158=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #99249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99249E is #66DB61. Grayscale: #545454. Windows color (decimal): -6740834 or 10364057. OLE color: 10364057.
HSL color Cylindrical-coordinate representation of color #99249E: hue angle of 297.54º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99249E is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 36 | 158 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.38 |
| HSL | 297.54º | 0.63% | 0.38% | - |
| HSV(B) | 297.54º | 0.77% | 0.62% | - |
| XYZ | 19.94 | 10.5 | 33.32 | - |
| YUV | 84.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 158 | 0.03 | 0.77 | 0 | 0.38 | 297.54 | 0.63 | 0.38 |
| Hex | 99 | 24 | 9E | 3 | 4D | 0 | 26 | 12A | 3F | 26 |
| Octal | 231 | 44 | 236 | 3 | 115 | 0 | 46 | 452 | 77 | 46 |
| Binary | 10011001 | 100100 | 10011110 | 11 | 1001101 | 0 | 100110 | 100101010 | 111111 | 100110 |
Color Harmonies of #99249E
Complementary color
Monochromatic Colors of #99249E
Black with #99249E
Text Example
Text Example
White with #99249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99249E; }
p { color: rgb(153,36,158); }
H1.HeaderClassName
{
color: #99249E;
}
.AnyTagClassName
{
color: #99249E;
}
</style>
background-color css
<style>
a { background-color: #99249E; }
a { background-color: rgb(153,36,158); }
div.DivClassName
{
background-color: #99249E;
}
.BgClassName
{
background-color: #99249E;
}
</style>
border-color css
<style>
span { border-color: #99249E; }
span { border-color: rgb(153,36,158); }
td.TdClassName
{
border-color: #99249E;
}
.TagClassName
{
border-color: #99249E;
}
</style>