Shades of Blue Violet #9E2DE3
Tints of Blue Violet #9E2DE3
RGB
CMYK
RGB Variations
Color information
#9E2DE3 (or 0x9E2DE3) is known color: Blue Violet. HEX triplet: 9E, 2D and E3. RGB value is (158,45,227). Sum of RGB (Red+Green+Blue) = 158+45+227=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 227 (89.06% from 255 or 52.79% from 430); Max value from RGB is 227 - color contains mainly: blue. Hex color #9E2DE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2DE3 is #61D21C. Grayscale: #626262. Windows color (decimal): -6410781 or 14888350. OLE color: 14888350.
HSL color Cylindrical-coordinate representation of color #9E2DE3: hue angle of 277.25º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E2DE3 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 45 | 227 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.11 |
| HSL | 277.25º | 0.76% | 0.53% | - |
| HSV(B) | 277.25º | 0.8% | 0.89% | - |
| XYZ | 28.9 | 14.69 | 73.99 | - |
| YUV | 99.54 | 199.94 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 227 | 0.30 | 0.80 | 0 | 0.11 | 277.25 | 0.76 | 0.53 |
| Hex | 9E | 2D | E3 | 1E | 50 | 0 | B | 115 | 4C | 35 |
| Octal | 236 | 55 | 343 | 36 | 120 | 0 | 13 | 425 | 114 | 65 |
| Binary | 10011110 | 101101 | 11100011 | 11110 | 1010000 | 0 | 1011 | 100010101 | 1001100 | 110101 |
Color Harmonies of #9E2DE3
Complementary color
Monochromatic Colors of #9E2DE3
Black with #9E2DE3
Text Example
Text Example
White with #9E2DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2DE3; }
p { color: rgb(158,45,227); }
H1.HeaderClassName
{
color: #9E2DE3;
}
.AnyTagClassName
{
color: #9E2DE3;
}
</style>
background-color css
<style>
a { background-color: #9E2DE3; }
a { background-color: rgb(158,45,227); }
div.DivClassName
{
background-color: #9E2DE3;
}
.BgClassName
{
background-color: #9E2DE3;
}
</style>
border-color css
<style>
span { border-color: #9E2DE3; }
span { border-color: rgb(158,45,227); }
td.TdClassName
{
border-color: #9E2DE3;
}
.TagClassName
{
border-color: #9E2DE3;
}
</style>