Shades of Blue Violet #9E18E4
Tints of Blue Violet #9E18E4
RGB
CMYK
RGB Variations
Color information
#9E18E4 (or 0x9E18E4) is known color: Blue Violet. HEX triplet: 9E, 18 and E4. RGB value is (158,24,228). Sum of RGB (Red+Green+Blue) = 158+24+228=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #9E18E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E18E4 is #61E71B. Grayscale: #565656. Windows color (decimal): -6416156 or 14948510. OLE color: 14948510.
HSL color Cylindrical-coordinate representation of color #9E18E4: hue angle of 279.41º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E18E4 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 24 | 228 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.11 |
| HSL | 279.41º | 0.81% | 0.49% | - |
| HSV(B) | 279.41º | 0.89% | 0.89% | - |
| XYZ | 28.43 | 13.52 | 74.51 | - |
| YUV | 87.32 | 207.39 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 228 | 0.31 | 0.89 | 0 | 0.11 | 279.41 | 0.81 | 0.49 |
| Hex | 9E | 18 | E4 | 1F | 59 | 0 | B | 117 | 51 | 31 |
| Octal | 236 | 30 | 344 | 37 | 131 | 0 | 13 | 427 | 121 | 61 |
| Binary | 10011110 | 11000 | 11100100 | 11111 | 1011001 | 0 | 1011 | 100010111 | 1010001 | 110001 |
Color Harmonies of #9E18E4
Complementary color
Monochromatic Colors of #9E18E4
Black with #9E18E4
Text Example
Text Example
White with #9E18E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E18E4; }
p { color: rgb(158,24,228); }
H1.HeaderClassName
{
color: #9E18E4;
}
.AnyTagClassName
{
color: #9E18E4;
}
</style>
background-color css
<style>
a { background-color: #9E18E4; }
a { background-color: rgb(158,24,228); }
div.DivClassName
{
background-color: #9E18E4;
}
.BgClassName
{
background-color: #9E18E4;
}
</style>
border-color css
<style>
span { border-color: #9E18E4; }
span { border-color: rgb(158,24,228); }
td.TdClassName
{
border-color: #9E18E4;
}
.TagClassName
{
border-color: #9E18E4;
}
</style>