Shades of Dark Violet #8D0CB6
Tints of Dark Violet #8D0CB6
RGB
CMYK
RGB Variations
Color information
#8D0CB6 (or 0x8D0CB6) is known color: Dark Violet. HEX triplet: 8D, 0C and B6. RGB value is (141,12,182). Sum of RGB (Red+Green+Blue) = 141+12+182=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D0CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0CB6 is #72F349. Grayscale: #454545. Windows color (decimal): -7533386 or 11930765. OLE color: 11930765.
HSL color Cylindrical-coordinate representation of color #8D0CB6: hue angle of 285.53º 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 #8D0CB6 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 12 | 182 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.29 |
| HSL | 285.53º | 0.88% | 0.38% | - |
| HSV(B) | 285.53º | 0.93% | 0.71% | - |
| XYZ | 19.56 | 9.3 | 45.02 | - |
| YUV | 69.95 | 191.24 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 182 | 0.23 | 0.93 | 0 | 0.29 | 285.53 | 0.88 | 0.38 |
| Hex | 8D | C | B6 | 17 | 5D | 0 | 1D | 11E | 58 | 26 |
| Octal | 215 | 14 | 266 | 27 | 135 | 0 | 35 | 436 | 130 | 46 |
| Binary | 10001101 | 1100 | 10110110 | 10111 | 1011101 | 0 | 11101 | 100011110 | 1011000 | 100110 |
Color Harmonies of #8D0CB6
Complementary color
Monochromatic Colors of #8D0CB6
Black with #8D0CB6
Text Example
Text Example
White with #8D0CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0CB6; }
p { color: rgb(141,12,182); }
H1.HeaderClassName
{
color: #8D0CB6;
}
.AnyTagClassName
{
color: #8D0CB6;
}
</style>
background-color css
<style>
a { background-color: #8D0CB6; }
a { background-color: rgb(141,12,182); }
div.DivClassName
{
background-color: #8D0CB6;
}
.BgClassName
{
background-color: #8D0CB6;
}
</style>
border-color css
<style>
span { border-color: #8D0CB6; }
span { border-color: rgb(141,12,182); }
td.TdClassName
{
border-color: #8D0CB6;
}
.TagClassName
{
border-color: #8D0CB6;
}
</style>