Shades of Dark Violet #9F05EC
Tints of Dark Violet #9F05EC
RGB
CMYK
RGB Variations
Color information
#9F05EC (or 0x9F05EC) is known color: Dark Violet. HEX triplet: 9F, 05 and EC. RGB value is (159,5,236). Sum of RGB (Red+Green+Blue) = 159+5+236=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F05EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F05EC is #60FA13. Grayscale: #4C4C4C. Windows color (decimal): -6355476 or 15467935. OLE color: 15467935.
HSL color Cylindrical-coordinate representation of color #9F05EC: hue angle of 280º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F05EC is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 5 | 236 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.07 |
| HSL | 280º | 0.96% | 0.47% | - |
| HSV(B) | 280º | 0.98% | 0.93% | - |
| XYZ | 29.49 | 13.54 | 80.42 | - |
| YUV | 77.38 | 217.52 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 236 | 0.33 | 0.98 | 0 | 0.07 | 280 | 0.96 | 0.47 |
| Hex | 9F | 5 | EC | 21 | 62 | 0 | 7 | 118 | 60 | 2F |
| Octal | 237 | 5 | 354 | 41 | 142 | 0 | 7 | 430 | 140 | 57 |
| Binary | 10011111 | 101 | 11101100 | 100001 | 1100010 | 0 | 111 | 100011000 | 1100000 | 101111 |
Color Harmonies of #9F05EC
Complementary color
Monochromatic Colors of #9F05EC
Black with #9F05EC
Text Example
Text Example
White with #9F05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F05EC; }
p { color: rgb(159,5,236); }
H1.HeaderClassName
{
color: #9F05EC;
}
.AnyTagClassName
{
color: #9F05EC;
}
</style>
background-color css
<style>
a { background-color: #9F05EC; }
a { background-color: rgb(159,5,236); }
div.DivClassName
{
background-color: #9F05EC;
}
.BgClassName
{
background-color: #9F05EC;
}
</style>
border-color css
<style>
span { border-color: #9F05EC; }
span { border-color: rgb(159,5,236); }
td.TdClassName
{
border-color: #9F05EC;
}
.TagClassName
{
border-color: #9F05EC;
}
</style>