Shades of Blue Violet #9E2DFA
Tints of Blue Violet #9E2DFA
RGB
CMYK
RGB Variations
Color information
#9E2DFA (or 0x9E2DFA) is known color: Blue Violet. HEX triplet: 9E, 2D and FA. RGB value is (158,45,250). Sum of RGB (Red+Green+Blue) = 158+45+250=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E2DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2DFA is #61D205. Grayscale: #656565. Windows color (decimal): -6410758 or 16395678. OLE color: 16395678.
HSL color Cylindrical-coordinate representation of color #9E2DFA: hue angle of 273.07º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E2DFA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 45 | 250 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.02 |
| HSL | 273.07º | 0.95% | 0.58% | - |
| HSV(B) | 273.07º | 0.82% | 0.98% | - |
| XYZ | 32.29 | 16.05 | 91.84 | - |
| YUV | 102.16 | 211.44 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 250 | 0.37 | 0.82 | 0 | 0.02 | 273.07 | 0.95 | 0.58 |
| Hex | 9E | 2D | FA | 25 | 52 | 0 | 2 | 111 | 5F | 3A |
| Octal | 236 | 55 | 372 | 45 | 122 | 0 | 2 | 421 | 137 | 72 |
| Binary | 10011110 | 101101 | 11111010 | 100101 | 1010010 | 0 | 10 | 100010001 | 1011111 | 111010 |
Color Harmonies of #9E2DFA
Complementary color
Monochromatic Colors of #9E2DFA
Black with #9E2DFA
Text Example
Text Example
White with #9E2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2DFA; }
p { color: rgb(158,45,250); }
H1.HeaderClassName
{
color: #9E2DFA;
}
.AnyTagClassName
{
color: #9E2DFA;
}
</style>
background-color css
<style>
a { background-color: #9E2DFA; }
a { background-color: rgb(158,45,250); }
div.DivClassName
{
background-color: #9E2DFA;
}
.BgClassName
{
background-color: #9E2DFA;
}
</style>
border-color css
<style>
span { border-color: #9E2DFA; }
span { border-color: rgb(158,45,250); }
td.TdClassName
{
border-color: #9E2DFA;
}
.TagClassName
{
border-color: #9E2DFA;
}
</style>