Shades of Blue Violet #9E1FED
Tints of Blue Violet #9E1FED
RGB
CMYK
RGB Variations
Color information
#9E1FED (or 0x9E1FED) is known color: Blue Violet. HEX triplet: 9E, 1F and ED. RGB value is (158,31,237). Sum of RGB (Red+Green+Blue) = 158+31+237=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E1FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E1FED is #61E012. Grayscale: #5B5B5B. Windows color (decimal): -6414355 or 15540126. OLE color: 15540126.
HSL color Cylindrical-coordinate representation of color #9E1FED: hue angle of 276.99º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1FED is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 31 | 237 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.07 |
| HSL | 276.99º | 0.85% | 0.53% | - |
| HSV(B) | 276.99º | 0.87% | 0.93% | - |
| XYZ | 29.88 | 14.36 | 81.32 | - |
| YUV | 92.46 | 209.58 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 31 | 237 | 0.33 | 0.87 | 0 | 0.07 | 276.99 | 0.85 | 0.53 |
| Hex | 9E | 1F | ED | 21 | 57 | 0 | 7 | 115 | 55 | 35 |
| Octal | 236 | 37 | 355 | 41 | 127 | 0 | 7 | 425 | 125 | 65 |
| Binary | 10011110 | 11111 | 11101101 | 100001 | 1010111 | 0 | 111 | 100010101 | 1010101 | 110101 |
Color Harmonies of #9E1FED
Complementary color
Monochromatic Colors of #9E1FED
Black with #9E1FED
Text Example
Text Example
White with #9E1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1FED; }
p { color: rgb(158,31,237); }
H1.HeaderClassName
{
color: #9E1FED;
}
.AnyTagClassName
{
color: #9E1FED;
}
</style>
background-color css
<style>
a { background-color: #9E1FED; }
a { background-color: rgb(158,31,237); }
div.DivClassName
{
background-color: #9E1FED;
}
.BgClassName
{
background-color: #9E1FED;
}
</style>
border-color css
<style>
span { border-color: #9E1FED; }
span { border-color: rgb(158,31,237); }
td.TdClassName
{
border-color: #9E1FED;
}
.TagClassName
{
border-color: #9E1FED;
}
</style>