Shades of Blue Violet #9E2FED
Tints of Blue Violet #9E2FED
RGB
CMYK
RGB Variations
Color information
#9E2FED (or 0x9E2FED) is known color: Blue Violet. HEX triplet: 9E, 2F and ED. RGB value is (158,47,237). Sum of RGB (Red+Green+Blue) = 158+47+237=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E2FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2FED is #61D012. Grayscale: #656565. Windows color (decimal): -6410259 or 15544222. OLE color: 15544222.
HSL color Cylindrical-coordinate representation of color #9E2FED: hue angle of 275.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E2FED is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 47 | 237 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.07 |
| HSL | 275.05º | 0.84% | 0.56% | - |
| HSV(B) | 275.05º | 0.8% | 0.93% | - |
| XYZ | 30.4 | 15.42 | 81.49 | - |
| YUV | 101.85 | 204.27 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 237 | 0.33 | 0.80 | 0 | 0.07 | 275.05 | 0.84 | 0.56 |
| Hex | 9E | 2F | ED | 21 | 50 | 0 | 7 | 113 | 54 | 38 |
| Octal | 236 | 57 | 355 | 41 | 120 | 0 | 7 | 423 | 124 | 70 |
| Binary | 10011110 | 101111 | 11101101 | 100001 | 1010000 | 0 | 111 | 100010011 | 1010100 | 111000 |
Color Harmonies of #9E2FED
Complementary color
Monochromatic Colors of #9E2FED
Black with #9E2FED
Text Example
Text Example
White with #9E2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2FED; }
p { color: rgb(158,47,237); }
H1.HeaderClassName
{
color: #9E2FED;
}
.AnyTagClassName
{
color: #9E2FED;
}
</style>
background-color css
<style>
a { background-color: #9E2FED; }
a { background-color: rgb(158,47,237); }
div.DivClassName
{
background-color: #9E2FED;
}
.BgClassName
{
background-color: #9E2FED;
}
</style>
border-color css
<style>
span { border-color: #9E2FED; }
span { border-color: rgb(158,47,237); }
td.TdClassName
{
border-color: #9E2FED;
}
.TagClassName
{
border-color: #9E2FED;
}
</style>