Shades of Blue Violet #9E2FFF
Tints of Blue Violet #9E2FFF
RGB
CMYK
RGB Variations
Color information
#9E2FFF (or 0x9E2FFF) is known color: Blue Violet. HEX triplet: 9E, 2F and FF. RGB value is (158,47,255). Sum of RGB (Red+Green+Blue) = 158+47+255=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E2FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2FFF is #61D000. Grayscale: #676767. Windows color (decimal): -6410241 or 16723870. OLE color: 16723870.
HSL color Cylindrical-coordinate representation of color #9E2FFF: hue angle of 272.02º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E2FFF is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 47 | 255 | - |
| CMYK | 0.38 | 0.82 | 0 | 0 |
| HSL | 272.02º | 1% | 0.59% | - |
| HSV(B) | 272.02º | 0.82% | 1% | - |
| XYZ | 33.17 | 16.52 | 96.05 | - |
| YUV | 103.9 | 213.27 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 255 | 0.38 | 0.82 | 0 | 0 | 272.02 | 1 | 0.59 |
| Hex | 9E | 2F | FF | 26 | 52 | 0 | 0 | 110 | 64 | 3B |
| Octal | 236 | 57 | 377 | 46 | 122 | 0 | 0 | 420 | 144 | 73 |
| Binary | 10011110 | 101111 | 11111111 | 100110 | 1010010 | 0 | 0 | 100010000 | 1100100 | 111011 |
Color Harmonies of #9E2FFF
Complementary color
Monochromatic Colors of #9E2FFF
Black with #9E2FFF
Text Example
Text Example
White with #9E2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2FFF; }
p { color: rgb(158,47,255); }
H1.HeaderClassName
{
color: #9E2FFF;
}
.AnyTagClassName
{
color: #9E2FFF;
}
</style>
background-color css
<style>
a { background-color: #9E2FFF; }
a { background-color: rgb(158,47,255); }
div.DivClassName
{
background-color: #9E2FFF;
}
.BgClassName
{
background-color: #9E2FFF;
}
</style>
border-color css
<style>
span { border-color: #9E2FFF; }
span { border-color: rgb(158,47,255); }
td.TdClassName
{
border-color: #9E2FFF;
}
.TagClassName
{
border-color: #9E2FFF;
}
</style>