Shades of Vivid Violet #9E249B
Tints of Vivid Violet #9E249B
RGB
CMYK
RGB Variations
Color information
#9E249B (or 0x9E249B) is known color: Vivid Violet. HEX triplet: 9E, 24 and 9B. RGB value is (158,36,155). Sum of RGB (Red+Green+Blue) = 158+36+155=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E249B is #61DB64. Grayscale: #555555. Windows color (decimal): -6413157 or 10167454. OLE color: 10167454.
HSL color Cylindrical-coordinate representation of color #9E249B: hue angle of 301.48º 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 #9E249B is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 155 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.38 |
| HSL | 301.48º | 0.63% | 0.38% | - |
| HSV(B) | 301.48º | 0.77% | 0.62% | - |
| XYZ | 20.65 | 10.9 | 32.03 | - |
| YUV | 86.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 155 | 0 | 0.77 | 0.02 | 0.38 | 301.48 | 0.63 | 0.38 |
| Hex | 9E | 24 | 9B | 0 | 4D | 2 | 26 | 12D | 3F | 26 |
| Octal | 236 | 44 | 233 | 0 | 115 | 2 | 46 | 455 | 77 | 46 |
| Binary | 10011110 | 100100 | 10011011 | 0 | 1001101 | 10 | 100110 | 100101101 | 111111 | 100110 |
Color Harmonies of #9E249B
Complementary color
Monochromatic Colors of #9E249B
Black with #9E249B
Text Example
Text Example
White with #9E249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E249B; }
p { color: rgb(158,36,155); }
H1.HeaderClassName
{
color: #9E249B;
}
.AnyTagClassName
{
color: #9E249B;
}
</style>
background-color css
<style>
a { background-color: #9E249B; }
a { background-color: rgb(158,36,155); }
div.DivClassName
{
background-color: #9E249B;
}
.BgClassName
{
background-color: #9E249B;
}
</style>
border-color css
<style>
span { border-color: #9E249B; }
span { border-color: rgb(158,36,155); }
td.TdClassName
{
border-color: #9E249B;
}
.TagClassName
{
border-color: #9E249B;
}
</style>