Shades of Blue Violet #9E27FE
Tints of Blue Violet #9E27FE
RGB
CMYK
RGB Variations
Color information
#9E27FE (or 0x9E27FE) is known color: Blue Violet. HEX triplet: 9E, 27 and FE. RGB value is (158,39,254). Sum of RGB (Red+Green+Blue) = 158+39+254=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E27FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E27FE is #61D801. Grayscale: #626262. Windows color (decimal): -6412290 or 16656286. OLE color: 16656286.
HSL color Cylindrical-coordinate representation of color #9E27FE: hue angle of 273.21º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E27FE is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 39 | 254 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.00 |
| HSL | 273.21º | 0.99% | 0.57% | - |
| HSV(B) | 273.21º | 0.85% | 1% | - |
| XYZ | 32.72 | 15.88 | 95.11 | - |
| YUV | 99.09 | 215.42 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 254 | 0.38 | 0.85 | 0 | 0.00 | 273.21 | 0.99 | 0.57 |
| Hex | 9E | 27 | FE | 26 | 55 | 0 | 0 | 111 | 63 | 39 |
| Octal | 236 | 47 | 376 | 46 | 125 | 0 | 0 | 421 | 143 | 71 |
| Binary | 10011110 | 100111 | 11111110 | 100110 | 1010101 | 0 | 0 | 100010001 | 1100011 | 111001 |
Color Harmonies of #9E27FE
Complementary color
Monochromatic Colors of #9E27FE
Black with #9E27FE
Text Example
Text Example
White with #9E27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E27FE; }
p { color: rgb(158,39,254); }
H1.HeaderClassName
{
color: #9E27FE;
}
.AnyTagClassName
{
color: #9E27FE;
}
</style>
background-color css
<style>
a { background-color: #9E27FE; }
a { background-color: rgb(158,39,254); }
div.DivClassName
{
background-color: #9E27FE;
}
.BgClassName
{
background-color: #9E27FE;
}
</style>
border-color css
<style>
span { border-color: #9E27FE; }
span { border-color: rgb(158,39,254); }
td.TdClassName
{
border-color: #9E27FE;
}
.TagClassName
{
border-color: #9E27FE;
}
</style>