Shades of Blue Violet #9E1EDF
Tints of Blue Violet #9E1EDF
RGB
CMYK
RGB Variations
Color information
#9E1EDF (or 0x9E1EDF) is known color: Blue Violet. HEX triplet: 9E, 1E and DF. RGB value is (158,30,223). Sum of RGB (Red+Green+Blue) = 158+30+223=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E1EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1EDF is #61E120. Grayscale: #595959. Windows color (decimal): -6414625 or 14622366. OLE color: 14622366.
HSL color Cylindrical-coordinate representation of color #9E1EDF: hue angle of 279.79º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1EDF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 30 | 223 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.13 |
| HSL | 279.79º | 0.76% | 0.5% | - |
| HSV(B) | 279.79º | 0.87% | 0.87% | - |
| XYZ | 27.88 | 13.53 | 70.95 | - |
| YUV | 90.27 | 202.91 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 30 | 223 | 0.29 | 0.87 | 0 | 0.13 | 279.79 | 0.76 | 0.5 |
| Hex | 9E | 1E | DF | 1D | 57 | 0 | D | 118 | 4C | 32 |
| Octal | 236 | 36 | 337 | 35 | 127 | 0 | 15 | 430 | 114 | 62 |
| Binary | 10011110 | 11110 | 11011111 | 11101 | 1010111 | 0 | 1101 | 100011000 | 1001100 | 110010 |
Color Harmonies of #9E1EDF
Complementary color
Monochromatic Colors of #9E1EDF
Black with #9E1EDF
Text Example
Text Example
White with #9E1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1EDF; }
p { color: rgb(158,30,223); }
H1.HeaderClassName
{
color: #9E1EDF;
}
.AnyTagClassName
{
color: #9E1EDF;
}
</style>
background-color css
<style>
a { background-color: #9E1EDF; }
a { background-color: rgb(158,30,223); }
div.DivClassName
{
background-color: #9E1EDF;
}
.BgClassName
{
background-color: #9E1EDF;
}
</style>
border-color css
<style>
span { border-color: #9E1EDF; }
span { border-color: rgb(158,30,223); }
td.TdClassName
{
border-color: #9E1EDF;
}
.TagClassName
{
border-color: #9E1EDF;
}
</style>