Shades of Dark Violet #8D0ACB
Tints of Dark Violet #8D0ACB
RGB
CMYK
RGB Variations
Color information
#8D0ACB (or 0x8D0ACB) is known color: Dark Violet. HEX triplet: 8D, 0A and CB. RGB value is (141,10,203). Sum of RGB (Red+Green+Blue) = 141+10+203=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D0ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0ACB is #72F534. Grayscale: #464646. Windows color (decimal): -7533877 or 13306509. OLE color: 13306509.
HSL color Cylindrical-coordinate representation of color #8D0ACB: hue angle of 280.73º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0ACB is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 10 | 203 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.20 |
| HSL | 280.73º | 0.91% | 0.42% | - |
| HSV(B) | 280.73º | 0.95% | 0.8% | - |
| XYZ | 21.87 | 10.19 | 57.31 | - |
| YUV | 71.17 | 202.4 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 203 | 0.31 | 0.95 | 0 | 0.20 | 280.73 | 0.91 | 0.42 |
| Hex | 8D | A | CB | 1F | 5F | 0 | 14 | 119 | 5B | 2A |
| Octal | 215 | 12 | 313 | 37 | 137 | 0 | 24 | 431 | 133 | 52 |
| Binary | 10001101 | 1010 | 11001011 | 11111 | 1011111 | 0 | 10100 | 100011001 | 1011011 | 101010 |
Color Harmonies of #8D0ACB
Complementary color
Monochromatic Colors of #8D0ACB
Black with #8D0ACB
Text Example
Text Example
White with #8D0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0ACB; }
p { color: rgb(141,10,203); }
H1.HeaderClassName
{
color: #8D0ACB;
}
.AnyTagClassName
{
color: #8D0ACB;
}
</style>
background-color css
<style>
a { background-color: #8D0ACB; }
a { background-color: rgb(141,10,203); }
div.DivClassName
{
background-color: #8D0ACB;
}
.BgClassName
{
background-color: #8D0ACB;
}
</style>
border-color css
<style>
span { border-color: #8D0ACB; }
span { border-color: rgb(141,10,203); }
td.TdClassName
{
border-color: #8D0ACB;
}
.TagClassName
{
border-color: #8D0ACB;
}
</style>