Shades of Dark Violet #9F04E0
Tints of Dark Violet #9F04E0
RGB
CMYK
RGB Variations
Color information
#9F04E0 (or 0x9F04E0) is known color: Dark Violet. HEX triplet: 9F, 04 and E0. RGB value is (159,4,224). Sum of RGB (Red+Green+Blue) = 159+4+224=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #9F04E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F04E0 is #60FB1F. Grayscale: #4A4A4A. Windows color (decimal): -6355744 or 14681247. OLE color: 14681247.
HSL color Cylindrical-coordinate representation of color #9F04E0: hue angle of 282.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F04E0 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 4 | 224 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.12 |
| HSL | 282.27º | 0.96% | 0.45% | - |
| HSV(B) | 282.27º | 0.98% | 0.88% | - |
| XYZ | 27.8 | 12.84 | 71.53 | - |
| YUV | 75.43 | 211.85 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 224 | 0.29 | 0.98 | 0 | 0.12 | 282.27 | 0.96 | 0.45 |
| Hex | 9F | 4 | E0 | 1D | 62 | 0 | C | 11A | 60 | 2D |
| Octal | 237 | 4 | 340 | 35 | 142 | 0 | 14 | 432 | 140 | 55 |
| Binary | 10011111 | 100 | 11100000 | 11101 | 1100010 | 0 | 1100 | 100011010 | 1100000 | 101101 |
Color Harmonies of #9F04E0
Complementary color
Monochromatic Colors of #9F04E0
Black with #9F04E0
Text Example
Text Example
White with #9F04E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F04E0; }
p { color: rgb(159,4,224); }
H1.HeaderClassName
{
color: #9F04E0;
}
.AnyTagClassName
{
color: #9F04E0;
}
</style>
background-color css
<style>
a { background-color: #9F04E0; }
a { background-color: rgb(159,4,224); }
div.DivClassName
{
background-color: #9F04E0;
}
.BgClassName
{
background-color: #9F04E0;
}
</style>
border-color css
<style>
span { border-color: #9F04E0; }
span { border-color: rgb(159,4,224); }
td.TdClassName
{
border-color: #9F04E0;
}
.TagClassName
{
border-color: #9F04E0;
}
</style>