Shades of Dark Violet #9F0CB6
Tints of Dark Violet #9F0CB6
RGB
CMYK
RGB Variations
Color information
#9F0CB6 (or 0x9F0CB6) is known color: Dark Violet. HEX triplet: 9F, 0C and B6. RGB value is (159,12,182). Sum of RGB (Red+Green+Blue) = 159+12+182=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F0CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CB6 is #60F349. Grayscale: #4A4A4A. Windows color (decimal): -6353738 or 11930783. OLE color: 11930783.
HSL color Cylindrical-coordinate representation of color #9F0CB6: hue angle of 291.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0CB6 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 12 | 182 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.29 |
| HSL | 291.88º | 0.88% | 0.38% | - |
| HSV(B) | 291.88º | 0.93% | 0.71% | - |
| XYZ | 22.87 | 11.01 | 45.18 | - |
| YUV | 75.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 182 | 0.13 | 0.93 | 0 | 0.29 | 291.88 | 0.88 | 0.38 |
| Hex | 9F | C | B6 | D | 5D | 0 | 1D | 124 | 58 | 26 |
| Octal | 237 | 14 | 266 | 15 | 135 | 0 | 35 | 444 | 130 | 46 |
| Binary | 10011111 | 1100 | 10110110 | 1101 | 1011101 | 0 | 11101 | 100100100 | 1011000 | 100110 |
Color Harmonies of #9F0CB6
Complementary color
Monochromatic Colors of #9F0CB6
Black with #9F0CB6
Text Example
Text Example
White with #9F0CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CB6; }
p { color: rgb(159,12,182); }
H1.HeaderClassName
{
color: #9F0CB6;
}
.AnyTagClassName
{
color: #9F0CB6;
}
</style>
background-color css
<style>
a { background-color: #9F0CB6; }
a { background-color: rgb(159,12,182); }
div.DivClassName
{
background-color: #9F0CB6;
}
.BgClassName
{
background-color: #9F0CB6;
}
</style>
border-color css
<style>
span { border-color: #9F0CB6; }
span { border-color: rgb(159,12,182); }
td.TdClassName
{
border-color: #9F0CB6;
}
.TagClassName
{
border-color: #9F0CB6;
}
</style>