Shades of Dark Violet #9F04EA
Tints of Dark Violet #9F04EA
RGB
CMYK
RGB Variations
Color information
#9F04EA (or 0x9F04EA) is known color: Dark Violet. HEX triplet: 9F, 04 and EA. RGB value is (159,4,234). Sum of RGB (Red+Green+Blue) = 159+4+234=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F04EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F04EA is #60FB15. Grayscale: #4B4B4B. Windows color (decimal): -6355734 or 15336607. OLE color: 15336607.
HSL color Cylindrical-coordinate representation of color #9F04EA: hue angle of 280.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F04EA is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 4 | 234 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.08 |
| HSL | 280.43º | 0.97% | 0.47% | - |
| HSV(B) | 280.43º | 0.98% | 0.92% | - |
| XYZ | 29.19 | 13.4 | 78.89 | - |
| YUV | 76.57 | 216.85 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 234 | 0.32 | 0.98 | 0 | 0.08 | 280.43 | 0.97 | 0.47 |
| Hex | 9F | 4 | EA | 20 | 62 | 0 | 8 | 118 | 61 | 2F |
| Octal | 237 | 4 | 352 | 40 | 142 | 0 | 10 | 430 | 141 | 57 |
| Binary | 10011111 | 100 | 11101010 | 100000 | 1100010 | 0 | 1000 | 100011000 | 1100001 | 101111 |
Color Harmonies of #9F04EA
Complementary color
Monochromatic Colors of #9F04EA
Black with #9F04EA
Text Example
Text Example
White with #9F04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F04EA; }
p { color: rgb(159,4,234); }
H1.HeaderClassName
{
color: #9F04EA;
}
.AnyTagClassName
{
color: #9F04EA;
}
</style>
background-color css
<style>
a { background-color: #9F04EA; }
a { background-color: rgb(159,4,234); }
div.DivClassName
{
background-color: #9F04EA;
}
.BgClassName
{
background-color: #9F04EA;
}
</style>
border-color css
<style>
span { border-color: #9F04EA; }
span { border-color: rgb(159,4,234); }
td.TdClassName
{
border-color: #9F04EA;
}
.TagClassName
{
border-color: #9F04EA;
}
</style>