Shades of Dark Violet #9F06EC
Tints of Dark Violet #9F06EC
RGB
CMYK
RGB Variations
Color information
#9F06EC (or 0x9F06EC) is known color: Dark Violet. HEX triplet: 9F, 06 and EC. RGB value is (159,6,236). Sum of RGB (Red+Green+Blue) = 159+6+236=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F06EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F06EC is #60F913. Grayscale: #4D4D4D. Windows color (decimal): -6355220 or 15468191. OLE color: 15468191.
HSL color Cylindrical-coordinate representation of color #9F06EC: hue angle of 279.91º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F06EC is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 6 | 236 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.07 |
| HSL | 279.91º | 0.95% | 0.47% | - |
| HSV(B) | 279.91º | 0.97% | 0.93% | - |
| XYZ | 29.5 | 13.56 | 80.42 | - |
| YUV | 77.97 | 217.19 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 236 | 0.33 | 0.97 | 0 | 0.07 | 279.91 | 0.95 | 0.47 |
| Hex | 9F | 6 | EC | 21 | 61 | 0 | 7 | 118 | 5F | 2F |
| Octal | 237 | 6 | 354 | 41 | 141 | 0 | 7 | 430 | 137 | 57 |
| Binary | 10011111 | 110 | 11101100 | 100001 | 1100001 | 0 | 111 | 100011000 | 1011111 | 101111 |
Color Harmonies of #9F06EC
Complementary color
Monochromatic Colors of #9F06EC
Black with #9F06EC
Text Example
Text Example
White with #9F06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06EC; }
p { color: rgb(159,6,236); }
H1.HeaderClassName
{
color: #9F06EC;
}
.AnyTagClassName
{
color: #9F06EC;
}
</style>
background-color css
<style>
a { background-color: #9F06EC; }
a { background-color: rgb(159,6,236); }
div.DivClassName
{
background-color: #9F06EC;
}
.BgClassName
{
background-color: #9F06EC;
}
</style>
border-color css
<style>
span { border-color: #9F06EC; }
span { border-color: rgb(159,6,236); }
td.TdClassName
{
border-color: #9F06EC;
}
.TagClassName
{
border-color: #9F06EC;
}
</style>