Shades of Dark Violet #9F0BB6
Tints of Dark Violet #9F0BB6
RGB
CMYK
RGB Variations
Color information
#9F0BB6 (or 0x9F0BB6) is known color: Dark Violet. HEX triplet: 9F, 0B and B6. RGB value is (159,11,182). Sum of RGB (Red+Green+Blue) = 159+11+182=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F0BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BB6 is #60F449. Grayscale: #4A4A4A. Windows color (decimal): -6353994 or 11930527. OLE color: 11930527.
HSL color Cylindrical-coordinate representation of color #9F0BB6: hue angle of 291.93º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0BB6 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 11 | 182 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.29 |
| HSL | 291.93º | 0.89% | 0.38% | - |
| HSV(B) | 291.93º | 0.94% | 0.71% | - |
| XYZ | 22.86 | 10.99 | 45.17 | - |
| YUV | 74.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 182 | 0.13 | 0.94 | 0 | 0.29 | 291.93 | 0.89 | 0.38 |
| Hex | 9F | B | B6 | D | 5E | 0 | 1D | 124 | 59 | 26 |
| Octal | 237 | 13 | 266 | 15 | 136 | 0 | 35 | 444 | 131 | 46 |
| Binary | 10011111 | 1011 | 10110110 | 1101 | 1011110 | 0 | 11101 | 100100100 | 1011001 | 100110 |
Color Harmonies of #9F0BB6
Complementary color
Monochromatic Colors of #9F0BB6
Black with #9F0BB6
Text Example
Text Example
White with #9F0BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BB6; }
p { color: rgb(159,11,182); }
H1.HeaderClassName
{
color: #9F0BB6;
}
.AnyTagClassName
{
color: #9F0BB6;
}
</style>
background-color css
<style>
a { background-color: #9F0BB6; }
a { background-color: rgb(159,11,182); }
div.DivClassName
{
background-color: #9F0BB6;
}
.BgClassName
{
background-color: #9F0BB6;
}
</style>
border-color css
<style>
span { border-color: #9F0BB6; }
span { border-color: rgb(159,11,182); }
td.TdClassName
{
border-color: #9F0BB6;
}
.TagClassName
{
border-color: #9F0BB6;
}
</style>