Shades of Blue Violet #9E4DED
Tints of Blue Violet #9E4DED
RGB
CMYK
RGB Variations
Color information
#9E4DED (or 0x9E4DED) is known color: Blue Violet. HEX triplet: 9E, 4D and ED. RGB value is (158,77,237). Sum of RGB (Red+Green+Blue) = 158+77+237=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4DED is #61B212. Grayscale: #767676. Windows color (decimal): -6402579 or 15551902. OLE color: 15551902.
HSL color Cylindrical-coordinate representation of color #9E4DED: hue angle of 270.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E4DED is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 77 | 237 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.07 |
| HSL | 270.38º | 0.82% | 0.62% | - |
| HSV(B) | 270.38º | 0.68% | 0.93% | - |
| XYZ | 32.04 | 18.69 | 82.04 | - |
| YUV | 119.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 237 | 0.33 | 0.68 | 0 | 0.07 | 270.38 | 0.82 | 0.62 |
| Hex | 9E | 4D | ED | 21 | 44 | 0 | 7 | 10E | 52 | 3E |
| Octal | 236 | 115 | 355 | 41 | 104 | 0 | 7 | 416 | 122 | 76 |
| Binary | 10011110 | 1001101 | 11101101 | 100001 | 1000100 | 0 | 111 | 100001110 | 1010010 | 111110 |
Color Harmonies of #9E4DED
Complementary color
Monochromatic Colors of #9E4DED
Black with #9E4DED
Text Example
Text Example
White with #9E4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DED; }
p { color: rgb(158,77,237); }
H1.HeaderClassName
{
color: #9E4DED;
}
.AnyTagClassName
{
color: #9E4DED;
}
</style>
background-color css
<style>
a { background-color: #9E4DED; }
a { background-color: rgb(158,77,237); }
div.DivClassName
{
background-color: #9E4DED;
}
.BgClassName
{
background-color: #9E4DED;
}
</style>
border-color css
<style>
span { border-color: #9E4DED; }
span { border-color: rgb(158,77,237); }
td.TdClassName
{
border-color: #9E4DED;
}
.TagClassName
{
border-color: #9E4DED;
}
</style>