Shades of Vivid Violet #9E27A3
Tints of Vivid Violet #9E27A3
RGB
CMYK
RGB Variations
Color information
#9E27A3 (or 0x9E27A3) is known color: Vivid Violet. HEX triplet: 9E, 27 and A3. RGB value is (158,39,163). Sum of RGB (Red+Green+Blue) = 158+39+163=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #9E27A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E27A3 is #61D85C. Grayscale: #585858. Windows color (decimal): -6412381 or 10692510. OLE color: 10692510.
HSL color Cylindrical-coordinate representation of color #9E27A3: hue angle of 297.58º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E27A3 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 39 | 163 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.36 |
| HSL | 297.58º | 0.61% | 0.4% | - |
| HSV(B) | 297.58º | 0.76% | 0.64% | - |
| XYZ | 21.44 | 11.36 | 35.71 | - |
| YUV | 88.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 163 | 0.03 | 0.76 | 0 | 0.36 | 297.58 | 0.61 | 0.4 |
| Hex | 9E | 27 | A3 | 3 | 4C | 0 | 24 | 12A | 3D | 28 |
| Octal | 236 | 47 | 243 | 3 | 114 | 0 | 44 | 452 | 75 | 50 |
| Binary | 10011110 | 100111 | 10100011 | 11 | 1001100 | 0 | 100100 | 100101010 | 111101 | 101000 |
Color Harmonies of #9E27A3
Complementary color
Monochromatic Colors of #9E27A3
Black with #9E27A3
Text Example
Text Example
White with #9E27A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E27A3; }
p { color: rgb(158,39,163); }
H1.HeaderClassName
{
color: #9E27A3;
}
.AnyTagClassName
{
color: #9E27A3;
}
</style>
background-color css
<style>
a { background-color: #9E27A3; }
a { background-color: rgb(158,39,163); }
div.DivClassName
{
background-color: #9E27A3;
}
.BgClassName
{
background-color: #9E27A3;
}
</style>
border-color css
<style>
span { border-color: #9E27A3; }
span { border-color: rgb(158,39,163); }
td.TdClassName
{
border-color: #9E27A3;
}
.TagClassName
{
border-color: #9E27A3;
}
</style>