Shades of Dark Violet #9F07EA
Tints of Dark Violet #9F07EA
RGB
CMYK
RGB Variations
Color information
#9F07EA (or 0x9F07EA) is known color: Dark Violet. HEX triplet: 9F, 07 and EA. RGB value is (159,7,234). Sum of RGB (Red+Green+Blue) = 159+7+234=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F07EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F07EA is #60F815. Grayscale: #4D4D4D. Windows color (decimal): -6354966 or 15337375. OLE color: 15337375.
HSL color Cylindrical-coordinate representation of color #9F07EA: hue angle of 280.18º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F07EA is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 7 | 234 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.08 |
| HSL | 280.18º | 0.94% | 0.47% | - |
| HSV(B) | 280.18º | 0.97% | 0.92% | - |
| XYZ | 29.23 | 13.46 | 78.9 | - |
| YUV | 78.33 | 215.86 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 234 | 0.32 | 0.97 | 0 | 0.08 | 280.18 | 0.94 | 0.47 |
| Hex | 9F | 7 | EA | 20 | 61 | 0 | 8 | 118 | 5E | 2F |
| Octal | 237 | 7 | 352 | 40 | 141 | 0 | 10 | 430 | 136 | 57 |
| Binary | 10011111 | 111 | 11101010 | 100000 | 1100001 | 0 | 1000 | 100011000 | 1011110 | 101111 |
Color Harmonies of #9F07EA
Complementary color
Monochromatic Colors of #9F07EA
Black with #9F07EA
Text Example
Text Example
White with #9F07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F07EA; }
p { color: rgb(159,7,234); }
H1.HeaderClassName
{
color: #9F07EA;
}
.AnyTagClassName
{
color: #9F07EA;
}
</style>
background-color css
<style>
a { background-color: #9F07EA; }
a { background-color: rgb(159,7,234); }
div.DivClassName
{
background-color: #9F07EA;
}
.BgClassName
{
background-color: #9F07EA;
}
</style>
border-color css
<style>
span { border-color: #9F07EA; }
span { border-color: rgb(159,7,234); }
td.TdClassName
{
border-color: #9F07EA;
}
.TagClassName
{
border-color: #9F07EA;
}
</style>