Shades of Dark Violet #9F0BD6
Tints of Dark Violet #9F0BD6
RGB
CMYK
RGB Variations
Color information
#9F0BD6 (or 0x9F0BD6) is known color: Dark Violet. HEX triplet: 9F, 0B and D6. RGB value is (159,11,214). Sum of RGB (Red+Green+Blue) = 159+11+214=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F0BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BD6 is #60F429. Grayscale: #4D4D4D. Windows color (decimal): -6353962 or 14027679. OLE color: 14027679.
HSL color Cylindrical-coordinate representation of color #9F0BD6: hue angle of 283.74º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BD6 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 11 | 214 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.16 |
| HSL | 283.74º | 0.9% | 0.44% | - |
| HSV(B) | 283.74º | 0.95% | 0.84% | - |
| XYZ | 26.56 | 12.47 | 64.62 | - |
| YUV | 78.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 214 | 0.26 | 0.95 | 0 | 0.16 | 283.74 | 0.9 | 0.44 |
| Hex | 9F | B | D6 | 1A | 5F | 0 | 10 | 11C | 5A | 2C |
| Octal | 237 | 13 | 326 | 32 | 137 | 0 | 20 | 434 | 132 | 54 |
| Binary | 10011111 | 1011 | 11010110 | 11010 | 1011111 | 0 | 10000 | 100011100 | 1011010 | 101100 |
Color Harmonies of #9F0BD6
Complementary color
Monochromatic Colors of #9F0BD6
Black with #9F0BD6
Text Example
Text Example
White with #9F0BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BD6; }
p { color: rgb(159,11,214); }
H1.HeaderClassName
{
color: #9F0BD6;
}
.AnyTagClassName
{
color: #9F0BD6;
}
</style>
background-color css
<style>
a { background-color: #9F0BD6; }
a { background-color: rgb(159,11,214); }
div.DivClassName
{
background-color: #9F0BD6;
}
.BgClassName
{
background-color: #9F0BD6;
}
</style>
border-color css
<style>
span { border-color: #9F0BD6; }
span { border-color: rgb(159,11,214); }
td.TdClassName
{
border-color: #9F0BD6;
}
.TagClassName
{
border-color: #9F0BD6;
}
</style>