Shades of Vivid Violet #9E3892
Tints of Vivid Violet #9E3892
RGB
CMYK
RGB Variations
Color information
#9E3892 (or 0x9E3892) is known color: Vivid Violet. HEX triplet: 9E, 38 and 92. RGB value is (158,56,146). Sum of RGB (Red+Green+Blue) = 158+56+146=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3892 is #61C76D. Grayscale: #606060. Windows color (decimal): -6408046 or 9582750. OLE color: 9582750.
HSL color Cylindrical-coordinate representation of color #9E3892: hue angle of 307.06º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3892 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 146 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.38 |
| HSL | 307.06º | 0.48% | 0.42% | - |
| HSV(B) | 307.06º | 0.65% | 0.62% | - |
| XYZ | 20.7 | 12.17 | 28.45 | - |
| YUV | 96.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 146 | 0 | 0.65 | 0.08 | 0.38 | 307.06 | 0.48 | 0.42 |
| Hex | 9E | 38 | 92 | 0 | 41 | 8 | 26 | 133 | 30 | 2A |
| Octal | 236 | 70 | 222 | 0 | 101 | 10 | 46 | 463 | 60 | 52 |
| Binary | 10011110 | 111000 | 10010010 | 0 | 1000001 | 1000 | 100110 | 100110011 | 110000 | 101010 |
Color Harmonies of #9E3892
Complementary color
Monochromatic Colors of #9E3892
Black with #9E3892
Text Example
Text Example
White with #9E3892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3892; }
p { color: rgb(158,56,146); }
H1.HeaderClassName
{
color: #9E3892;
}
.AnyTagClassName
{
color: #9E3892;
}
</style>
background-color css
<style>
a { background-color: #9E3892; }
a { background-color: rgb(158,56,146); }
div.DivClassName
{
background-color: #9E3892;
}
.BgClassName
{
background-color: #9E3892;
}
</style>
border-color css
<style>
span { border-color: #9E3892; }
span { border-color: rgb(158,56,146); }
td.TdClassName
{
border-color: #9E3892;
}
.TagClassName
{
border-color: #9E3892;
}
</style>