Shades of Blue Violet #9F2EF8
Tints of Blue Violet #9F2EF8
RGB
CMYK
RGB Variations
Color information
#9F2EF8 (or 0x9F2EF8) is known color: Blue Violet. HEX triplet: 9F, 2E and F8. RGB value is (159,46,248). Sum of RGB (Red+Green+Blue) = 159+46+248=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #9F2EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2EF8 is #60D107. Grayscale: #666666. Windows color (decimal): -6344968 or 16264863. OLE color: 16264863.
HSL color Cylindrical-coordinate representation of color #9F2EF8: hue angle of 273.56º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F2EF8 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 46 | 248 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.03 |
| HSL | 273.56º | 0.94% | 0.58% | - |
| HSV(B) | 273.56º | 0.81% | 0.97% | - |
| XYZ | 32.22 | 16.1 | 90.22 | - |
| YUV | 102.82 | 209.94 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 248 | 0.36 | 0.81 | 0 | 0.03 | 273.56 | 0.94 | 0.58 |
| Hex | 9F | 2E | F8 | 24 | 51 | 0 | 3 | 112 | 5E | 3A |
| Octal | 237 | 56 | 370 | 44 | 121 | 0 | 3 | 422 | 136 | 72 |
| Binary | 10011111 | 101110 | 11111000 | 100100 | 1010001 | 0 | 11 | 100010010 | 1011110 | 111010 |
Color Harmonies of #9F2EF8
Complementary color
Monochromatic Colors of #9F2EF8
Black with #9F2EF8
Text Example
Text Example
White with #9F2EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2EF8; }
p { color: rgb(159,46,248); }
H1.HeaderClassName
{
color: #9F2EF8;
}
.AnyTagClassName
{
color: #9F2EF8;
}
</style>
background-color css
<style>
a { background-color: #9F2EF8; }
a { background-color: rgb(159,46,248); }
div.DivClassName
{
background-color: #9F2EF8;
}
.BgClassName
{
background-color: #9F2EF8;
}
</style>
border-color css
<style>
span { border-color: #9F2EF8; }
span { border-color: rgb(159,46,248); }
td.TdClassName
{
border-color: #9F2EF8;
}
.TagClassName
{
border-color: #9F2EF8;
}
</style>