Shades of Blue Violet #9F2EEF
Tints of Blue Violet #9F2EEF
RGB
CMYK
RGB Variations
Color information
#9F2EEF (or 0x9F2EEF) is known color: Blue Violet. HEX triplet: 9F, 2E and EF. RGB value is (159,46,239). Sum of RGB (Red+Green+Blue) = 159+46+239=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F2EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2EEF is #60D110. Grayscale: #656565. Windows color (decimal): -6344977 or 15675039. OLE color: 15675039.
HSL color Cylindrical-coordinate representation of color #9F2EEF: hue angle of 275.13º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F2EEF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 46 | 239 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.06 |
| HSL | 275.13º | 0.86% | 0.56% | - |
| HSV(B) | 275.13º | 0.81% | 0.94% | - |
| XYZ | 30.86 | 15.56 | 83.04 | - |
| YUV | 101.79 | 205.44 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 239 | 0.33 | 0.81 | 0 | 0.06 | 275.13 | 0.86 | 0.56 |
| Hex | 9F | 2E | EF | 21 | 51 | 0 | 6 | 113 | 56 | 38 |
| Octal | 237 | 56 | 357 | 41 | 121 | 0 | 6 | 423 | 126 | 70 |
| Binary | 10011111 | 101110 | 11101111 | 100001 | 1010001 | 0 | 110 | 100010011 | 1010110 | 111000 |
Color Harmonies of #9F2EEF
Complementary color
Monochromatic Colors of #9F2EEF
Black with #9F2EEF
Text Example
Text Example
White with #9F2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2EEF; }
p { color: rgb(159,46,239); }
H1.HeaderClassName
{
color: #9F2EEF;
}
.AnyTagClassName
{
color: #9F2EEF;
}
</style>
background-color css
<style>
a { background-color: #9F2EEF; }
a { background-color: rgb(159,46,239); }
div.DivClassName
{
background-color: #9F2EEF;
}
.BgClassName
{
background-color: #9F2EEF;
}
</style>
border-color css
<style>
span { border-color: #9F2EEF; }
span { border-color: rgb(159,46,239); }
td.TdClassName
{
border-color: #9F2EEF;
}
.TagClassName
{
border-color: #9F2EEF;
}
</style>