Shades of Blue Violet #9E25FE
Tints of Blue Violet #9E25FE
RGB
CMYK
RGB Variations
Color information
#9E25FE (or 0x9E25FE) is known color: Blue Violet. HEX triplet: 9E, 25 and FE. RGB value is (158,37,254). Sum of RGB (Red+Green+Blue) = 158+37+254=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E25FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E25FE is #61DA01. Grayscale: #616161. Windows color (decimal): -6412802 or 16655774. OLE color: 16655774.
HSL color Cylindrical-coordinate representation of color #9E25FE: hue angle of 273.46º 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 #9E25FE is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 37 | 254 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.00 |
| HSL | 273.46º | 0.99% | 0.57% | - |
| HSV(B) | 273.46º | 0.85% | 1% | - |
| XYZ | 32.65 | 15.75 | 95.08 | - |
| YUV | 97.92 | 216.09 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 254 | 0.38 | 0.85 | 0 | 0.00 | 273.46 | 0.99 | 0.57 |
| Hex | 9E | 25 | FE | 26 | 55 | 0 | 0 | 111 | 63 | 39 |
| Octal | 236 | 45 | 376 | 46 | 125 | 0 | 0 | 421 | 143 | 71 |
| Binary | 10011110 | 100101 | 11111110 | 100110 | 1010101 | 0 | 0 | 100010001 | 1100011 | 111001 |
Color Harmonies of #9E25FE
Complementary color
Monochromatic Colors of #9E25FE
Black with #9E25FE
Text Example
Text Example
White with #9E25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E25FE; }
p { color: rgb(158,37,254); }
H1.HeaderClassName
{
color: #9E25FE;
}
.AnyTagClassName
{
color: #9E25FE;
}
</style>
background-color css
<style>
a { background-color: #9E25FE; }
a { background-color: rgb(158,37,254); }
div.DivClassName
{
background-color: #9E25FE;
}
.BgClassName
{
background-color: #9E25FE;
}
</style>
border-color css
<style>
span { border-color: #9E25FE; }
span { border-color: rgb(158,37,254); }
td.TdClassName
{
border-color: #9E25FE;
}
.TagClassName
{
border-color: #9E25FE;
}
</style>