Shades of Dark Violet #9F00EE
Tints of Dark Violet #9F00EE
RGB
CMYK
RGB Variations
Color information
#9F00EE (or 0x9F00EE) is known color: Dark Violet. HEX triplet: 9F, 00 and EE. RGB value is (159,0,238). Sum of RGB (Red+Green+Blue) = 159+0+238=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F00EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F00EE is #60FF11. Grayscale: #494949. Windows color (decimal): -6356754 or 15597727. OLE color: 15597727.
HSL color Cylindrical-coordinate representation of color #9F00EE: hue angle of 280.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00EE is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 0 | 238 | - |
| CMYK | 0.33 | 1 | 0 | 0.07 |
| HSL | 280.08º | 1% | 0.47% | - |
| HSV(B) | 280.08º | 1% | 0.93% | - |
| XYZ | 29.73 | 13.54 | 81.94 | - |
| YUV | 74.67 | 220.18 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 238 | 0.33 | 1 | 0 | 0.07 | 280.08 | 1 | 0.47 |
| Hex | 9F | 0 | EE | 21 | 64 | 0 | 7 | 118 | 64 | 2F |
| Octal | 237 | 0 | 356 | 41 | 144 | 0 | 7 | 430 | 144 | 57 |
| Binary | 10011111 | 0 | 11101110 | 100001 | 1100100 | 0 | 111 | 100011000 | 1100100 | 101111 |
Color Harmonies of #9F00EE
Complementary color
Monochromatic Colors of #9F00EE
Black with #9F00EE
Text Example
Text Example
White with #9F00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00EE; }
p { color: rgb(159,0,238); }
H1.HeaderClassName
{
color: #9F00EE;
}
.AnyTagClassName
{
color: #9F00EE;
}
</style>
background-color css
<style>
a { background-color: #9F00EE; }
a { background-color: rgb(159,0,238); }
div.DivClassName
{
background-color: #9F00EE;
}
.BgClassName
{
background-color: #9F00EE;
}
</style>
border-color css
<style>
span { border-color: #9F00EE; }
span { border-color: rgb(159,0,238); }
td.TdClassName
{
border-color: #9F00EE;
}
.TagClassName
{
border-color: #9F00EE;
}
</style>