Shades of Blue Violet #9F25EF
Tints of Blue Violet #9F25EF
RGB
CMYK
RGB Variations
Color information
#9F25EF (or 0x9F25EF) is known color: Blue Violet. HEX triplet: 9F, 25 and EF. RGB value is (159,37,239). Sum of RGB (Red+Green+Blue) = 159+37+239=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F25EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F25EF is #60DA10. Grayscale: #5F5F5F. Windows color (decimal): -6347281 or 15672735. OLE color: 15672735.
HSL color Cylindrical-coordinate representation of color #9F25EF: hue angle of 276.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F25EF is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 37 | 239 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.06 |
| HSL | 276.24º | 0.86% | 0.54% | - |
| HSV(B) | 276.24º | 0.85% | 0.94% | - |
| XYZ | 30.54 | 14.93 | 82.93 | - |
| YUV | 96.51 | 208.42 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 239 | 0.33 | 0.85 | 0 | 0.06 | 276.24 | 0.86 | 0.54 |
| Hex | 9F | 25 | EF | 21 | 55 | 0 | 6 | 114 | 56 | 36 |
| Octal | 237 | 45 | 357 | 41 | 125 | 0 | 6 | 424 | 126 | 66 |
| Binary | 10011111 | 100101 | 11101111 | 100001 | 1010101 | 0 | 110 | 100010100 | 1010110 | 110110 |
Color Harmonies of #9F25EF
Complementary color
Monochromatic Colors of #9F25EF
Black with #9F25EF
Text Example
Text Example
White with #9F25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F25EF; }
p { color: rgb(159,37,239); }
H1.HeaderClassName
{
color: #9F25EF;
}
.AnyTagClassName
{
color: #9F25EF;
}
</style>
background-color css
<style>
a { background-color: #9F25EF; }
a { background-color: rgb(159,37,239); }
div.DivClassName
{
background-color: #9F25EF;
}
.BgClassName
{
background-color: #9F25EF;
}
</style>
border-color css
<style>
span { border-color: #9F25EF; }
span { border-color: rgb(159,37,239); }
td.TdClassName
{
border-color: #9F25EF;
}
.TagClassName
{
border-color: #9F25EF;
}
</style>