Shades of Blue Violet #9E25FB
Tints of Blue Violet #9E25FB
RGB
CMYK
RGB Variations
Color information
#9E25FB (or 0x9E25FB) is known color: Blue Violet. HEX triplet: 9E, 25 and FB. RGB value is (158,37,251). Sum of RGB (Red+Green+Blue) = 158+37+251=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E25FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E25FB is #61DA04. Grayscale: #606060. Windows color (decimal): -6412805 or 16459166. OLE color: 16459166.
HSL color Cylindrical-coordinate representation of color #9E25FB: hue angle of 273.93º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E25FB is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 37 | 251 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.02 |
| HSL | 273.93º | 0.96% | 0.56% | - |
| HSV(B) | 273.93º | 0.85% | 0.98% | - |
| XYZ | 32.17 | 15.56 | 92.57 | - |
| YUV | 97.58 | 214.59 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 251 | 0.37 | 0.85 | 0 | 0.02 | 273.93 | 0.96 | 0.56 |
| Hex | 9E | 25 | FB | 25 | 55 | 0 | 2 | 112 | 60 | 38 |
| Octal | 236 | 45 | 373 | 45 | 125 | 0 | 2 | 422 | 140 | 70 |
| Binary | 10011110 | 100101 | 11111011 | 100101 | 1010101 | 0 | 10 | 100010010 | 1100000 | 111000 |
Color Harmonies of #9E25FB
Complementary color
Monochromatic Colors of #9E25FB
Black with #9E25FB
Text Example
Text Example
White with #9E25FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E25FB; }
p { color: rgb(158,37,251); }
H1.HeaderClassName
{
color: #9E25FB;
}
.AnyTagClassName
{
color: #9E25FB;
}
</style>
background-color css
<style>
a { background-color: #9E25FB; }
a { background-color: rgb(158,37,251); }
div.DivClassName
{
background-color: #9E25FB;
}
.BgClassName
{
background-color: #9E25FB;
}
</style>
border-color css
<style>
span { border-color: #9E25FB; }
span { border-color: rgb(158,37,251); }
td.TdClassName
{
border-color: #9E25FB;
}
.TagClassName
{
border-color: #9E25FB;
}
</style>