Shades of Dark Violet #9F05EA
Tints of Dark Violet #9F05EA
RGB
CMYK
RGB Variations
Color information
#9F05EA (or 0x9F05EA) is known color: Dark Violet. HEX triplet: 9F, 05 and EA. RGB value is (159,5,234). Sum of RGB (Red+Green+Blue) = 159+5+234=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F05EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F05EA is #60FA15. Grayscale: #4C4C4C. Windows color (decimal): -6355478 or 15336863. OLE color: 15336863.
HSL color Cylindrical-coordinate representation of color #9F05EA: hue angle of 280.35º degrees, saturation: 0.96, 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 #9F05EA is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 5 | 234 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.08 |
| HSL | 280.35º | 0.96% | 0.47% | - |
| HSV(B) | 280.35º | 0.98% | 0.92% | - |
| XYZ | 29.2 | 13.42 | 78.89 | - |
| YUV | 77.15 | 216.52 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 234 | 0.32 | 0.98 | 0 | 0.08 | 280.35 | 0.96 | 0.47 |
| Hex | 9F | 5 | EA | 20 | 62 | 0 | 8 | 118 | 60 | 2F |
| Octal | 237 | 5 | 352 | 40 | 142 | 0 | 10 | 430 | 140 | 57 |
| Binary | 10011111 | 101 | 11101010 | 100000 | 1100010 | 0 | 1000 | 100011000 | 1100000 | 101111 |
Color Harmonies of #9F05EA
Complementary color
Monochromatic Colors of #9F05EA
Black with #9F05EA
Text Example
Text Example
White with #9F05EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F05EA; }
p { color: rgb(159,5,234); }
H1.HeaderClassName
{
color: #9F05EA;
}
.AnyTagClassName
{
color: #9F05EA;
}
</style>
background-color css
<style>
a { background-color: #9F05EA; }
a { background-color: rgb(159,5,234); }
div.DivClassName
{
background-color: #9F05EA;
}
.BgClassName
{
background-color: #9F05EA;
}
</style>
border-color css
<style>
span { border-color: #9F05EA; }
span { border-color: rgb(159,5,234); }
td.TdClassName
{
border-color: #9F05EA;
}
.TagClassName
{
border-color: #9F05EA;
}
</style>