Shades of Vivid Violet #9E2798
Tints of Vivid Violet #9E2798
RGB
CMYK
RGB Variations
Color information
#9E2798 (or 0x9E2798) is known color: Vivid Violet. HEX triplet: 9E, 27 and 98. RGB value is (158,39,152). Sum of RGB (Red+Green+Blue) = 158+39+152=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2798 is #61D867. Grayscale: #575757. Windows color (decimal): -6412392 or 9971614. OLE color: 9971614.
HSL color Cylindrical-coordinate representation of color #9E2798: hue angle of 303.03º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2798 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 152 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.38 |
| HSL | 303.03º | 0.6% | 0.39% | - |
| HSV(B) | 303.03º | 0.75% | 0.62% | - |
| XYZ | 20.49 | 10.99 | 30.75 | - |
| YUV | 87.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 152 | 0 | 0.75 | 0.04 | 0.38 | 303.03 | 0.6 | 0.39 |
| Hex | 9E | 27 | 98 | 0 | 4B | 4 | 26 | 12F | 3C | 27 |
| Octal | 236 | 47 | 230 | 0 | 113 | 4 | 46 | 457 | 74 | 47 |
| Binary | 10011110 | 100111 | 10011000 | 0 | 1001011 | 100 | 100110 | 100101111 | 111100 | 100111 |
Color Harmonies of #9E2798
Complementary color
Monochromatic Colors of #9E2798
Black with #9E2798
Text Example
Text Example
White with #9E2798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2798; }
p { color: rgb(158,39,152); }
H1.HeaderClassName
{
color: #9E2798;
}
.AnyTagClassName
{
color: #9E2798;
}
</style>
background-color css
<style>
a { background-color: #9E2798; }
a { background-color: rgb(158,39,152); }
div.DivClassName
{
background-color: #9E2798;
}
.BgClassName
{
background-color: #9E2798;
}
</style>
border-color css
<style>
span { border-color: #9E2798; }
span { border-color: rgb(158,39,152); }
td.TdClassName
{
border-color: #9E2798;
}
.TagClassName
{
border-color: #9E2798;
}
</style>