Shades of Dark Violet #9F0FDA
Tints of Dark Violet #9F0FDA
RGB
CMYK
RGB Variations
Color information
#9F0FDA (or 0x9F0FDA) is known color: Dark Violet. HEX triplet: 9F, 0F and DA. RGB value is (159,15,218). Sum of RGB (Red+Green+Blue) = 159+15+218=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F0FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0FDA is #60F025. Grayscale: #505050. Windows color (decimal): -6352934 or 14290847. OLE color: 14290847.
HSL color Cylindrical-coordinate representation of color #9F0FDA: hue angle of 282.56º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0FDA is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 15 | 218 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.15 |
| HSL | 282.56º | 0.87% | 0.46% | - |
| HSV(B) | 282.56º | 0.93% | 0.85% | - |
| XYZ | 27.12 | 12.77 | 67.37 | - |
| YUV | 81.2 | 205.21 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 218 | 0.27 | 0.93 | 0 | 0.15 | 282.56 | 0.87 | 0.46 |
| Hex | 9F | F | DA | 1B | 5D | 0 | F | 11B | 57 | 2E |
| Octal | 237 | 17 | 332 | 33 | 135 | 0 | 17 | 433 | 127 | 56 |
| Binary | 10011111 | 1111 | 11011010 | 11011 | 1011101 | 0 | 1111 | 100011011 | 1010111 | 101110 |
Color Harmonies of #9F0FDA
Complementary color
Monochromatic Colors of #9F0FDA
Black with #9F0FDA
Text Example
Text Example
White with #9F0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FDA; }
p { color: rgb(159,15,218); }
H1.HeaderClassName
{
color: #9F0FDA;
}
.AnyTagClassName
{
color: #9F0FDA;
}
</style>
background-color css
<style>
a { background-color: #9F0FDA; }
a { background-color: rgb(159,15,218); }
div.DivClassName
{
background-color: #9F0FDA;
}
.BgClassName
{
background-color: #9F0FDA;
}
</style>
border-color css
<style>
span { border-color: #9F0FDA; }
span { border-color: rgb(159,15,218); }
td.TdClassName
{
border-color: #9F0FDA;
}
.TagClassName
{
border-color: #9F0FDA;
}
</style>