Shades of Vivid Violet #9E2D95
Tints of Vivid Violet #9E2D95
RGB
CMYK
RGB Variations
Color information
#9E2D95 (or 0x9E2D95) is known color: Vivid Violet. HEX triplet: 9E, 2D and 95. RGB value is (158,45,149). Sum of RGB (Red+Green+Blue) = 158+45+149=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2D95 is #61D26A. Grayscale: #5A5A5A. Windows color (decimal): -6410859 or 9776542. OLE color: 9776542.
HSL color Cylindrical-coordinate representation of color #9E2D95: hue angle of 304.78º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2D95 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 149 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.38 |
| HSL | 304.78º | 0.56% | 0.4% | - |
| HSV(B) | 304.78º | 0.72% | 0.62% | - |
| XYZ | 20.46 | 11.32 | 29.54 | - |
| YUV | 90.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 149 | 0 | 0.72 | 0.06 | 0.38 | 304.78 | 0.56 | 0.4 |
| Hex | 9E | 2D | 95 | 0 | 48 | 6 | 26 | 131 | 38 | 28 |
| Octal | 236 | 55 | 225 | 0 | 110 | 6 | 46 | 461 | 70 | 50 |
| Binary | 10011110 | 101101 | 10010101 | 0 | 1001000 | 110 | 100110 | 100110001 | 111000 | 101000 |
Color Harmonies of #9E2D95
Complementary color
Monochromatic Colors of #9E2D95
Black with #9E2D95
Text Example
Text Example
White with #9E2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D95; }
p { color: rgb(158,45,149); }
H1.HeaderClassName
{
color: #9E2D95;
}
.AnyTagClassName
{
color: #9E2D95;
}
</style>
background-color css
<style>
a { background-color: #9E2D95; }
a { background-color: rgb(158,45,149); }
div.DivClassName
{
background-color: #9E2D95;
}
.BgClassName
{
background-color: #9E2D95;
}
</style>
border-color css
<style>
span { border-color: #9E2D95; }
span { border-color: rgb(158,45,149); }
td.TdClassName
{
border-color: #9E2D95;
}
.TagClassName
{
border-color: #9E2D95;
}
</style>