Shades of Dark Violet #9F0ECA
Tints of Dark Violet #9F0ECA
RGB
CMYK
RGB Variations
Color information
#9F0ECA (or 0x9F0ECA) is known color: Dark Violet. HEX triplet: 9F, 0E and CA. RGB value is (159,14,202). Sum of RGB (Red+Green+Blue) = 159+14+202=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F0ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0ECA is #60F135. Grayscale: #4E4E4E. Windows color (decimal): -6353206 or 13242015. OLE color: 13242015.
HSL color Cylindrical-coordinate representation of color #9F0ECA: hue angle of 286.28º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0ECA is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 14 | 202 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.21 |
| HSL | 286.28º | 0.87% | 0.42% | - |
| HSV(B) | 286.28º | 0.93% | 0.79% | - |
| XYZ | 25.12 | 11.95 | 56.86 | - |
| YUV | 78.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 202 | 0.21 | 0.93 | 0 | 0.21 | 286.28 | 0.87 | 0.42 |
| Hex | 9F | E | CA | 15 | 5D | 0 | 15 | 11E | 57 | 2A |
| Octal | 237 | 16 | 312 | 25 | 135 | 0 | 25 | 436 | 127 | 52 |
| Binary | 10011111 | 1110 | 11001010 | 10101 | 1011101 | 0 | 10101 | 100011110 | 1010111 | 101010 |
Color Harmonies of #9F0ECA
Complementary color
Monochromatic Colors of #9F0ECA
Black with #9F0ECA
Text Example
Text Example
White with #9F0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0ECA; }
p { color: rgb(159,14,202); }
H1.HeaderClassName
{
color: #9F0ECA;
}
.AnyTagClassName
{
color: #9F0ECA;
}
</style>
background-color css
<style>
a { background-color: #9F0ECA; }
a { background-color: rgb(159,14,202); }
div.DivClassName
{
background-color: #9F0ECA;
}
.BgClassName
{
background-color: #9F0ECA;
}
</style>
border-color css
<style>
span { border-color: #9F0ECA; }
span { border-color: rgb(159,14,202); }
td.TdClassName
{
border-color: #9F0ECA;
}
.TagClassName
{
border-color: #9F0ECA;
}
</style>