Shades of Blue Violet #9F2DEF
Tints of Blue Violet #9F2DEF
RGB
CMYK
RGB Variations
Color information
#9F2DEF (or 0x9F2DEF) is known color: Blue Violet. HEX triplet: 9F, 2D and EF. RGB value is (159,45,239). Sum of RGB (Red+Green+Blue) = 159+45+239=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F2DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2DEF is #60D210. Grayscale: #646464. Windows color (decimal): -6345233 or 15674783. OLE color: 15674783.
HSL color Cylindrical-coordinate representation of color #9F2DEF: hue angle of 275.26º 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 #9F2DEF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 45 | 239 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.06 |
| HSL | 275.26º | 0.86% | 0.56% | - |
| HSV(B) | 275.26º | 0.81% | 0.94% | - |
| XYZ | 30.82 | 15.48 | 83.03 | - |
| YUV | 101.2 | 205.77 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 239 | 0.33 | 0.81 | 0 | 0.06 | 275.26 | 0.86 | 0.56 |
| Hex | 9F | 2D | EF | 21 | 51 | 0 | 6 | 113 | 56 | 38 |
| Octal | 237 | 55 | 357 | 41 | 121 | 0 | 6 | 423 | 126 | 70 |
| Binary | 10011111 | 101101 | 11101111 | 100001 | 1010001 | 0 | 110 | 100010011 | 1010110 | 111000 |
Color Harmonies of #9F2DEF
Complementary color
Monochromatic Colors of #9F2DEF
Black with #9F2DEF
Text Example
Text Example
White with #9F2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2DEF; }
p { color: rgb(159,45,239); }
H1.HeaderClassName
{
color: #9F2DEF;
}
.AnyTagClassName
{
color: #9F2DEF;
}
</style>
background-color css
<style>
a { background-color: #9F2DEF; }
a { background-color: rgb(159,45,239); }
div.DivClassName
{
background-color: #9F2DEF;
}
.BgClassName
{
background-color: #9F2DEF;
}
</style>
border-color css
<style>
span { border-color: #9F2DEF; }
span { border-color: rgb(159,45,239); }
td.TdClassName
{
border-color: #9F2DEF;
}
.TagClassName
{
border-color: #9F2DEF;
}
</style>