Shades of Vivid Violet #9E289E
Tints of Vivid Violet #9E289E
RGB
CMYK
RGB Variations
Color information
#9E289E (or 0x9E289E) is known color: Vivid Violet. HEX triplet: 9E, 28 and 9E. RGB value is (158,40,158). Sum of RGB (Red+Green+Blue) = 158+40+158=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E289E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E289E is #61D761. Grayscale: #585858. Windows color (decimal): -6412130 or 10365086. OLE color: 10365086.
HSL color Cylindrical-coordinate representation of color #9E289E: hue angle of 300º 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 #9E289E is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 158 | - |
| CMYK | 0 | 0.75 | 0 | 0.38 |
| HSL | 300º | 0.6% | 0.39% | - |
| HSV(B) | 300º | 0.75% | 0.62% | - |
| XYZ | 21.03 | 11.26 | 33.41 | - |
| YUV | 88.73 | 167.09 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 158 | 0 | 0.75 | 0 | 0.38 | 300 | 0.6 | 0.39 |
| Hex | 9E | 28 | 9E | 0 | 4B | 0 | 26 | 12C | 3C | 27 |
| Octal | 236 | 50 | 236 | 0 | 113 | 0 | 46 | 454 | 74 | 47 |
| Binary | 10011110 | 101000 | 10011110 | 0 | 1001011 | 0 | 100110 | 100101100 | 111100 | 100111 |
Color Harmonies of #9E289E
Complementary color
Monochromatic Colors of #9E289E
Black with #9E289E
Text Example
Text Example
White with #9E289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E289E; }
p { color: rgb(158,40,158); }
H1.HeaderClassName
{
color: #9E289E;
}
.AnyTagClassName
{
color: #9E289E;
}
</style>
background-color css
<style>
a { background-color: #9E289E; }
a { background-color: rgb(158,40,158); }
div.DivClassName
{
background-color: #9E289E;
}
.BgClassName
{
background-color: #9E289E;
}
</style>
border-color css
<style>
span { border-color: #9E289E; }
span { border-color: rgb(158,40,158); }
td.TdClassName
{
border-color: #9E289E;
}
.TagClassName
{
border-color: #9E289E;
}
</style>