Shades of Vivid Violet #99249B
Tints of Vivid Violet #99249B
RGB
CMYK
RGB Variations
Color information
#99249B (or 0x99249B) is known color: Vivid Violet. HEX triplet: 99, 24 and 9B. RGB value is (153,36,155). Sum of RGB (Red+Green+Blue) = 153+36+155=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #99249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99249B is #66DB64. Grayscale: #545454. Windows color (decimal): -6740837 or 10167449. OLE color: 10167449.
HSL color Cylindrical-coordinate representation of color #99249B: hue angle of 298.99º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99249B is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 36 | 155 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.39 |
| HSL | 298.99º | 0.62% | 0.37% | - |
| HSV(B) | 298.99º | 0.77% | 0.61% | - |
| XYZ | 19.68 | 10.4 | 31.98 | - |
| YUV | 84.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 155 | 0.01 | 0.77 | 0 | 0.39 | 298.99 | 0.62 | 0.37 |
| Hex | 99 | 24 | 9B | 1 | 4D | 0 | 27 | 12B | 3E | 25 |
| Octal | 231 | 44 | 233 | 1 | 115 | 0 | 47 | 453 | 76 | 45 |
| Binary | 10011001 | 100100 | 10011011 | 1 | 1001101 | 0 | 100111 | 100101011 | 111110 | 100101 |
Color Harmonies of #99249B
Complementary color
Monochromatic Colors of #99249B
Black with #99249B
Text Example
Text Example
White with #99249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99249B; }
p { color: rgb(153,36,155); }
H1.HeaderClassName
{
color: #99249B;
}
.AnyTagClassName
{
color: #99249B;
}
</style>
background-color css
<style>
a { background-color: #99249B; }
a { background-color: rgb(153,36,155); }
div.DivClassName
{
background-color: #99249B;
}
.BgClassName
{
background-color: #99249B;
}
</style>
border-color css
<style>
span { border-color: #99249B; }
span { border-color: rgb(153,36,155); }
td.TdClassName
{
border-color: #99249B;
}
.TagClassName
{
border-color: #99249B;
}
</style>