Shades of Vivid Violet #9E319D
Tints of Vivid Violet #9E319D
RGB
CMYK
RGB Variations
Color information
#9E319D (or 0x9E319D) is known color: Vivid Violet. HEX triplet: 9E, 31 and 9D. RGB value is (158,49,157). Sum of RGB (Red+Green+Blue) = 158+49+157=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E319D is #61CE62. Grayscale: #5D5D5D. Windows color (decimal): -6409827 or 10301854. OLE color: 10301854.
HSL color Cylindrical-coordinate representation of color #9E319D: hue angle of 300.55º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E319D is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 157 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.38 |
| HSL | 300.55º | 0.53% | 0.41% | - |
| HSV(B) | 300.55º | 0.69% | 0.62% | - |
| XYZ | 21.28 | 11.9 | 33.07 | - |
| YUV | 93.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 157 | 0 | 0.69 | 0.01 | 0.38 | 300.55 | 0.53 | 0.41 |
| Hex | 9E | 31 | 9D | 0 | 45 | 1 | 26 | 12D | 35 | 29 |
| Octal | 236 | 61 | 235 | 0 | 105 | 1 | 46 | 455 | 65 | 51 |
| Binary | 10011110 | 110001 | 10011101 | 0 | 1000101 | 1 | 100110 | 100101101 | 110101 | 101001 |
Color Harmonies of #9E319D
Complementary color
Monochromatic Colors of #9E319D
Black with #9E319D
Text Example
Text Example
White with #9E319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E319D; }
p { color: rgb(158,49,157); }
H1.HeaderClassName
{
color: #9E319D;
}
.AnyTagClassName
{
color: #9E319D;
}
</style>
background-color css
<style>
a { background-color: #9E319D; }
a { background-color: rgb(158,49,157); }
div.DivClassName
{
background-color: #9E319D;
}
.BgClassName
{
background-color: #9E319D;
}
</style>
border-color css
<style>
span { border-color: #9E319D; }
span { border-color: rgb(158,49,157); }
td.TdClassName
{
border-color: #9E319D;
}
.TagClassName
{
border-color: #9E319D;
}
</style>