Shades of Vivid Violet #9E2897
Tints of Vivid Violet #9E2897
RGB
CMYK
RGB Variations
Color information
#9E2897 (or 0x9E2897) is known color: Vivid Violet. HEX triplet: 9E, 28 and 97. RGB value is (158,40,151). Sum of RGB (Red+Green+Blue) = 158+40+151=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2897 is #61D768. Grayscale: #575757. Windows color (decimal): -6412137 or 9906334. OLE color: 9906334.
HSL color Cylindrical-coordinate representation of color #9E2897: hue angle of 303.56º 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 #9E2897 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 151 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.38 |
| HSL | 303.56º | 0.6% | 0.39% | - |
| HSV(B) | 303.56º | 0.75% | 0.62% | - |
| XYZ | 20.45 | 11.02 | 30.33 | - |
| YUV | 87.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 151 | 0 | 0.75 | 0.04 | 0.38 | 303.56 | 0.6 | 0.39 |
| Hex | 9E | 28 | 97 | 0 | 4B | 4 | 26 | 130 | 3C | 27 |
| Octal | 236 | 50 | 227 | 0 | 113 | 4 | 46 | 460 | 74 | 47 |
| Binary | 10011110 | 101000 | 10010111 | 0 | 1001011 | 100 | 100110 | 100110000 | 111100 | 100111 |
Color Harmonies of #9E2897
Complementary color
Monochromatic Colors of #9E2897
Black with #9E2897
Text Example
Text Example
White with #9E2897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2897; }
p { color: rgb(158,40,151); }
H1.HeaderClassName
{
color: #9E2897;
}
.AnyTagClassName
{
color: #9E2897;
}
</style>
background-color css
<style>
a { background-color: #9E2897; }
a { background-color: rgb(158,40,151); }
div.DivClassName
{
background-color: #9E2897;
}
.BgClassName
{
background-color: #9E2897;
}
</style>
border-color css
<style>
span { border-color: #9E2897; }
span { border-color: rgb(158,40,151); }
td.TdClassName
{
border-color: #9E2897;
}
.TagClassName
{
border-color: #9E2897;
}
</style>