Shades of Vivid Violet #99249C
Tints of Vivid Violet #99249C
RGB
CMYK
RGB Variations
Color information
#99249C (or 0x99249C) is known color: Vivid Violet. HEX triplet: 99, 24 and 9C. RGB value is (153,36,156). Sum of RGB (Red+Green+Blue) = 153+36+156=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #99249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99249C is #66DB63. Grayscale: #545454. Windows color (decimal): -6740836 or 10232985. OLE color: 10232985.
HSL color Cylindrical-coordinate representation of color #99249C: hue angle of 298.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99249C is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 36 | 156 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.39 |
| HSL | 298.5º | 0.63% | 0.38% | - |
| HSV(B) | 298.5º | 0.77% | 0.61% | - |
| XYZ | 19.77 | 10.43 | 32.42 | - |
| YUV | 84.66 | 168.26 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 156 | 0.02 | 0.77 | 0 | 0.39 | 298.5 | 0.63 | 0.38 |
| Hex | 99 | 24 | 9C | 2 | 4D | 0 | 27 | 12A | 3E | 26 |
| Octal | 231 | 44 | 234 | 2 | 115 | 0 | 47 | 452 | 76 | 46 |
| Binary | 10011001 | 100100 | 10011100 | 10 | 1001101 | 0 | 100111 | 100101010 | 111110 | 100110 |
Color Harmonies of #99249C
Complementary color
Monochromatic Colors of #99249C
Black with #99249C
Text Example
Text Example
White with #99249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99249C; }
p { color: rgb(153,36,156); }
H1.HeaderClassName
{
color: #99249C;
}
.AnyTagClassName
{
color: #99249C;
}
</style>
background-color css
<style>
a { background-color: #99249C; }
a { background-color: rgb(153,36,156); }
div.DivClassName
{
background-color: #99249C;
}
.BgClassName
{
background-color: #99249C;
}
</style>
border-color css
<style>
span { border-color: #99249C; }
span { border-color: rgb(153,36,156); }
td.TdClassName
{
border-color: #99249C;
}
.TagClassName
{
border-color: #99249C;
}
</style>