Shades of Dark Violet #9F06EE
Tints of Dark Violet #9F06EE
RGB
CMYK
RGB Variations
Color information
#9F06EE (or 0x9F06EE) is known color: Dark Violet. HEX triplet: 9F, 06 and EE. RGB value is (159,6,238). Sum of RGB (Red+Green+Blue) = 159+6+238=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F06EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F06EE is #60F911. Grayscale: #4D4D4D. Windows color (decimal): -6355218 or 15599263. OLE color: 15599263.
HSL color Cylindrical-coordinate representation of color #9F06EE: hue angle of 279.57º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F06EE is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 6 | 238 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.07 |
| HSL | 279.57º | 0.95% | 0.48% | - |
| HSV(B) | 279.57º | 0.97% | 0.93% | - |
| XYZ | 29.8 | 13.67 | 81.96 | - |
| YUV | 78.2 | 218.19 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 238 | 0.33 | 0.97 | 0 | 0.07 | 279.57 | 0.95 | 0.48 |
| Hex | 9F | 6 | EE | 21 | 61 | 0 | 7 | 118 | 5F | 30 |
| Octal | 237 | 6 | 356 | 41 | 141 | 0 | 7 | 430 | 137 | 60 |
| Binary | 10011111 | 110 | 11101110 | 100001 | 1100001 | 0 | 111 | 100011000 | 1011111 | 110000 |
Color Harmonies of #9F06EE
Complementary color
Monochromatic Colors of #9F06EE
Black with #9F06EE
Text Example
Text Example
White with #9F06EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06EE; }
p { color: rgb(159,6,238); }
H1.HeaderClassName
{
color: #9F06EE;
}
.AnyTagClassName
{
color: #9F06EE;
}
</style>
background-color css
<style>
a { background-color: #9F06EE; }
a { background-color: rgb(159,6,238); }
div.DivClassName
{
background-color: #9F06EE;
}
.BgClassName
{
background-color: #9F06EE;
}
</style>
border-color css
<style>
span { border-color: #9F06EE; }
span { border-color: rgb(159,6,238); }
td.TdClassName
{
border-color: #9F06EE;
}
.TagClassName
{
border-color: #9F06EE;
}
</style>