Shades of Dark Violet #9F0BDA
Tints of Dark Violet #9F0BDA
RGB
CMYK
RGB Variations
Color information
#9F0BDA (or 0x9F0BDA) is known color: Dark Violet. HEX triplet: 9F, 0B and DA. RGB value is (159,11,218). Sum of RGB (Red+Green+Blue) = 159+11+218=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F0BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BDA is #60F425. Grayscale: #4E4E4E. Windows color (decimal): -6353958 or 14289823. OLE color: 14289823.
HSL color Cylindrical-coordinate representation of color #9F0BDA: hue angle of 282.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BDA is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 11 | 218 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.15 |
| HSL | 282.9º | 0.9% | 0.45% | - |
| HSV(B) | 282.9º | 0.95% | 0.85% | - |
| XYZ | 27.07 | 12.67 | 67.35 | - |
| YUV | 78.85 | 206.53 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 218 | 0.27 | 0.95 | 0 | 0.15 | 282.9 | 0.9 | 0.45 |
| Hex | 9F | B | DA | 1B | 5F | 0 | F | 11B | 5A | 2D |
| Octal | 237 | 13 | 332 | 33 | 137 | 0 | 17 | 433 | 132 | 55 |
| Binary | 10011111 | 1011 | 11011010 | 11011 | 1011111 | 0 | 1111 | 100011011 | 1011010 | 101101 |
Color Harmonies of #9F0BDA
Complementary color
Monochromatic Colors of #9F0BDA
Black with #9F0BDA
Text Example
Text Example
White with #9F0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BDA; }
p { color: rgb(159,11,218); }
H1.HeaderClassName
{
color: #9F0BDA;
}
.AnyTagClassName
{
color: #9F0BDA;
}
</style>
background-color css
<style>
a { background-color: #9F0BDA; }
a { background-color: rgb(159,11,218); }
div.DivClassName
{
background-color: #9F0BDA;
}
.BgClassName
{
background-color: #9F0BDA;
}
</style>
border-color css
<style>
span { border-color: #9F0BDA; }
span { border-color: rgb(159,11,218); }
td.TdClassName
{
border-color: #9F0BDA;
}
.TagClassName
{
border-color: #9F0BDA;
}
</style>