Shades of Blue Violet #9F47EF
Tints of Blue Violet #9F47EF
RGB
CMYK
RGB Variations
Color information
#9F47EF (or 0x9F47EF) is known color: Blue Violet. HEX triplet: 9F, 47 and EF. RGB value is (159,71,239). Sum of RGB (Red+Green+Blue) = 159+71+239=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F47EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F47EF is #60B810. Grayscale: #737373. Windows color (decimal): -6338577 or 15681439. OLE color: 15681439.
HSL color Cylindrical-coordinate representation of color #9F47EF: hue angle of 271.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F47EF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 71 | 239 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.06 |
| HSL | 271.43º | 0.84% | 0.61% | - |
| HSV(B) | 271.43º | 0.7% | 0.94% | - |
| XYZ | 32.13 | 18.11 | 83.46 | - |
| YUV | 116.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 239 | 0.33 | 0.70 | 0 | 0.06 | 271.43 | 0.84 | 0.61 |
| Hex | 9F | 47 | EF | 21 | 46 | 0 | 6 | 10F | 54 | 3D |
| Octal | 237 | 107 | 357 | 41 | 106 | 0 | 6 | 417 | 124 | 75 |
| Binary | 10011111 | 1000111 | 11101111 | 100001 | 1000110 | 0 | 110 | 100001111 | 1010100 | 111101 |
Color Harmonies of #9F47EF
Complementary color
Monochromatic Colors of #9F47EF
Black with #9F47EF
Text Example
Text Example
White with #9F47EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F47EF; }
p { color: rgb(159,71,239); }
H1.HeaderClassName
{
color: #9F47EF;
}
.AnyTagClassName
{
color: #9F47EF;
}
</style>
background-color css
<style>
a { background-color: #9F47EF; }
a { background-color: rgb(159,71,239); }
div.DivClassName
{
background-color: #9F47EF;
}
.BgClassName
{
background-color: #9F47EF;
}
</style>
border-color css
<style>
span { border-color: #9F47EF; }
span { border-color: rgb(159,71,239); }
td.TdClassName
{
border-color: #9F47EF;
}
.TagClassName
{
border-color: #9F47EF;
}
</style>