Shades of Blue Violet #9E2BFE
Tints of Blue Violet #9E2BFE
RGB
CMYK
RGB Variations
Color information
#9E2BFE (or 0x9E2BFE) is known color: Blue Violet. HEX triplet: 9E, 2B and FE. RGB value is (158,43,254). Sum of RGB (Red+Green+Blue) = 158+43+254=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E2BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2BFE is #61D401. Grayscale: #646464. Windows color (decimal): -6411266 or 16657310. OLE color: 16657310.
HSL color Cylindrical-coordinate representation of color #9E2BFE: hue angle of 272.7º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E2BFE is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 43 | 254 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.00 |
| HSL | 272.7º | 0.99% | 0.58% | - |
| HSV(B) | 272.7º | 0.83% | 1% | - |
| XYZ | 32.85 | 16.15 | 95.15 | - |
| YUV | 101.44 | 214.1 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 254 | 0.38 | 0.83 | 0 | 0.00 | 272.7 | 0.99 | 0.58 |
| Hex | 9E | 2B | FE | 26 | 53 | 0 | 0 | 111 | 63 | 3A |
| Octal | 236 | 53 | 376 | 46 | 123 | 0 | 0 | 421 | 143 | 72 |
| Binary | 10011110 | 101011 | 11111110 | 100110 | 1010011 | 0 | 0 | 100010001 | 1100011 | 111010 |
Color Harmonies of #9E2BFE
Complementary color
Monochromatic Colors of #9E2BFE
Black with #9E2BFE
Text Example
Text Example
White with #9E2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BFE; }
p { color: rgb(158,43,254); }
H1.HeaderClassName
{
color: #9E2BFE;
}
.AnyTagClassName
{
color: #9E2BFE;
}
</style>
background-color css
<style>
a { background-color: #9E2BFE; }
a { background-color: rgb(158,43,254); }
div.DivClassName
{
background-color: #9E2BFE;
}
.BgClassName
{
background-color: #9E2BFE;
}
</style>
border-color css
<style>
span { border-color: #9E2BFE; }
span { border-color: rgb(158,43,254); }
td.TdClassName
{
border-color: #9E2BFE;
}
.TagClassName
{
border-color: #9E2BFE;
}
</style>