Shades of Blue Violet #9E2BFF
Tints of Blue Violet #9E2BFF
RGB
CMYK
RGB Variations
Color information
#9E2BFF (or 0x9E2BFF) is known color: Blue Violet. HEX triplet: 9E, 2B and FF. RGB value is (158,43,255). Sum of RGB (Red+Green+Blue) = 158+43+255=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E2BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2BFF is #61D400. Grayscale: #646464. Windows color (decimal): -6411265 or 16722846. OLE color: 16722846.
HSL color Cylindrical-coordinate representation of color #9E2BFF: hue angle of 272.55º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E2BFF is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 43 | 255 | - |
| CMYK | 0.38 | 0.83 | 0 | 0 |
| HSL | 272.55º | 1% | 0.58% | - |
| HSV(B) | 272.55º | 0.83% | 1% | - |
| XYZ | 33.01 | 16.22 | 96 | - |
| YUV | 101.55 | 214.6 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 255 | 0.38 | 0.83 | 0 | 0 | 272.55 | 1 | 0.58 |
| Hex | 9E | 2B | FF | 26 | 53 | 0 | 0 | 111 | 64 | 3A |
| Octal | 236 | 53 | 377 | 46 | 123 | 0 | 0 | 421 | 144 | 72 |
| Binary | 10011110 | 101011 | 11111111 | 100110 | 1010011 | 0 | 0 | 100010001 | 1100100 | 111010 |
Color Harmonies of #9E2BFF
Complementary color
Monochromatic Colors of #9E2BFF
Black with #9E2BFF
Text Example
Text Example
White with #9E2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BFF; }
p { color: rgb(158,43,255); }
H1.HeaderClassName
{
color: #9E2BFF;
}
.AnyTagClassName
{
color: #9E2BFF;
}
</style>
background-color css
<style>
a { background-color: #9E2BFF; }
a { background-color: rgb(158,43,255); }
div.DivClassName
{
background-color: #9E2BFF;
}
.BgClassName
{
background-color: #9E2BFF;
}
</style>
border-color css
<style>
span { border-color: #9E2BFF; }
span { border-color: rgb(158,43,255); }
td.TdClassName
{
border-color: #9E2BFF;
}
.TagClassName
{
border-color: #9E2BFF;
}
</style>