Shades of Dark Violet #9F0DDA
Tints of Dark Violet #9F0DDA
RGB
CMYK
RGB Variations
Color information
#9F0DDA (or 0x9F0DDA) is known color: Dark Violet. HEX triplet: 9F, 0D and DA. RGB value is (159,13,218). Sum of RGB (Red+Green+Blue) = 159+13+218=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F0DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0DDA is #60F225. Grayscale: #4F4F4F. Windows color (decimal): -6353446 or 14290335. OLE color: 14290335.
HSL color Cylindrical-coordinate representation of color #9F0DDA: hue angle of 282.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0DDA is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 159 | 13 | 218 | - |
CMYK | 0.27 | 0.94 | 0 | 0.15 |
HSL | 282.73º | 0.89% | 0.45% | - |
HSV(B) | 282.73º | 0.94% | 0.85% | - |
XYZ | 27.1 | 12.72 | 67.36 | - |
YUV | 80.02 | 205.87 | 184.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 13 | 218 | 0.27 | 0.94 | 0 | 0.15 | 282.73 | 0.89 | 0.45 |
Hex | 9F | D | DA | 1B | 5E | 0 | F | 11B | 59 | 2D |
Octal | 237 | 15 | 332 | 33 | 136 | 0 | 17 | 433 | 131 | 55 |
Binary | 10011111 | 1101 | 11011010 | 11011 | 1011110 | 0 | 1111 | 100011011 | 1011001 | 101101 |
Color Harmonies of #9F0DDA
Complementary color
Monochromatic Colors of #9F0DDA
Black with #9F0DDA
Text Example
Text Example
White with #9F0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0DDA; }
p { color: rgb(159,13,218); }
H1.HeaderClassName
{
color: #9F0DDA;
}
.AnyTagClassName
{
color: #9F0DDA;
}
</style>
background-color css
<style>
a { background-color: #9F0DDA; }
a { background-color: rgb(159,13,218); }
div.DivClassName
{
background-color: #9F0DDA;
}
.BgClassName
{
background-color: #9F0DDA;
}
</style>
border-color css
<style>
span { border-color: #9F0DDA; }
span { border-color: rgb(159,13,218); }
td.TdClassName
{
border-color: #9F0DDA;
}
.TagClassName
{
border-color: #9F0DDA;
}
</style>