Shades of Vivid Violet #9E2998
Tints of Vivid Violet #9E2998
RGB
CMYK
RGB Variations
Color information
#9E2998 (or 0x9E2998) is known color: Vivid Violet. HEX triplet: 9E, 29 and 98. RGB value is (158,41,152). Sum of RGB (Red+Green+Blue) = 158+41+152=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2998 is #61D667. Grayscale: #585858. Windows color (decimal): -6411880 or 9972126. OLE color: 9972126.
HSL color Cylindrical-coordinate representation of color #9E2998: hue angle of 303.08º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E2998 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 152 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.38 |
| HSL | 303.08º | 0.59% | 0.39% | - |
| HSV(B) | 303.08º | 0.74% | 0.62% | - |
| XYZ | 20.56 | 11.12 | 30.77 | - |
| YUV | 88.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 152 | 0 | 0.74 | 0.04 | 0.38 | 303.08 | 0.59 | 0.39 |
| Hex | 9E | 29 | 98 | 0 | 4A | 4 | 26 | 12F | 3B | 27 |
| Octal | 236 | 51 | 230 | 0 | 112 | 4 | 46 | 457 | 73 | 47 |
| Binary | 10011110 | 101001 | 10011000 | 0 | 1001010 | 100 | 100110 | 100101111 | 111011 | 100111 |
Color Harmonies of #9E2998
Complementary color
Monochromatic Colors of #9E2998
Black with #9E2998
Text Example
Text Example
White with #9E2998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2998; }
p { color: rgb(158,41,152); }
H1.HeaderClassName
{
color: #9E2998;
}
.AnyTagClassName
{
color: #9E2998;
}
</style>
background-color css
<style>
a { background-color: #9E2998; }
a { background-color: rgb(158,41,152); }
div.DivClassName
{
background-color: #9E2998;
}
.BgClassName
{
background-color: #9E2998;
}
</style>
border-color css
<style>
span { border-color: #9E2998; }
span { border-color: rgb(158,41,152); }
td.TdClassName
{
border-color: #9E2998;
}
.TagClassName
{
border-color: #9E2998;
}
</style>