Shades of Vivid Violet #9E279E
Tints of Vivid Violet #9E279E
RGB
CMYK
RGB Variations
Color information
#9E279E (or 0x9E279E) is known color: Vivid Violet. HEX triplet: 9E, 27 and 9E. RGB value is (158,39,158). Sum of RGB (Red+Green+Blue) = 158+39+158=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E279E is #61D861. Grayscale: #575757. Windows color (decimal): -6412386 or 10364830. OLE color: 10364830.
HSL color Cylindrical-coordinate representation of color #9E279E: 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 #9E279E is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 158 | - |
| CMYK | 0 | 0.75 | 0 | 0.38 |
| HSL | 300º | 0.6% | 0.39% | - |
| HSV(B) | 300º | 0.75% | 0.62% | - |
| XYZ | 21 | 11.19 | 33.4 | - |
| YUV | 88.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 158 | 0 | 0.75 | 0 | 0.38 | 300 | 0.6 | 0.39 |
| Hex | 9E | 27 | 9E | 0 | 4B | 0 | 26 | 12C | 3C | 27 |
| Octal | 236 | 47 | 236 | 0 | 113 | 0 | 46 | 454 | 74 | 47 |
| Binary | 10011110 | 100111 | 10011110 | 0 | 1001011 | 0 | 100110 | 100101100 | 111100 | 100111 |
Color Harmonies of #9E279E
Complementary color
Monochromatic Colors of #9E279E
Black with #9E279E
Text Example
Text Example
White with #9E279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E279E; }
p { color: rgb(158,39,158); }
H1.HeaderClassName
{
color: #9E279E;
}
.AnyTagClassName
{
color: #9E279E;
}
</style>
background-color css
<style>
a { background-color: #9E279E; }
a { background-color: rgb(158,39,158); }
div.DivClassName
{
background-color: #9E279E;
}
.BgClassName
{
background-color: #9E279E;
}
</style>
border-color css
<style>
span { border-color: #9E279E; }
span { border-color: rgb(158,39,158); }
td.TdClassName
{
border-color: #9E279E;
}
.TagClassName
{
border-color: #9E279E;
}
</style>