Shades of Dark Violet #8D0ABF
Tints of Dark Violet #8D0ABF
RGB
CMYK
RGB Variations
Color information
#8D0ABF (or 0x8D0ABF) is known color: Dark Violet. HEX triplet: 8D, 0A and BF. RGB value is (141,10,191). Sum of RGB (Red+Green+Blue) = 141+10+191=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D0ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0ABF is #72F540. Grayscale: #454545. Windows color (decimal): -7533889 or 12520077. OLE color: 12520077.
HSL color Cylindrical-coordinate representation of color #8D0ABF: hue angle of 283.43º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0ABF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 10 | 191 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.25 |
| HSL | 283.43º | 0.9% | 0.39% | - |
| HSV(B) | 283.43º | 0.95% | 0.75% | - |
| XYZ | 20.5 | 9.64 | 50.07 | - |
| YUV | 69.8 | 196.4 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 191 | 0.26 | 0.95 | 0 | 0.25 | 283.43 | 0.9 | 0.39 |
| Hex | 8D | A | BF | 1A | 5F | 0 | 19 | 11B | 5A | 27 |
| Octal | 215 | 12 | 277 | 32 | 137 | 0 | 31 | 433 | 132 | 47 |
| Binary | 10001101 | 1010 | 10111111 | 11010 | 1011111 | 0 | 11001 | 100011011 | 1011010 | 100111 |
Color Harmonies of #8D0ABF
Complementary color
Monochromatic Colors of #8D0ABF
Black with #8D0ABF
Text Example
Text Example
White with #8D0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0ABF; }
p { color: rgb(141,10,191); }
H1.HeaderClassName
{
color: #8D0ABF;
}
.AnyTagClassName
{
color: #8D0ABF;
}
</style>
background-color css
<style>
a { background-color: #8D0ABF; }
a { background-color: rgb(141,10,191); }
div.DivClassName
{
background-color: #8D0ABF;
}
.BgClassName
{
background-color: #8D0ABF;
}
</style>
border-color css
<style>
span { border-color: #8D0ABF; }
span { border-color: rgb(141,10,191); }
td.TdClassName
{
border-color: #8D0ABF;
}
.TagClassName
{
border-color: #8D0ABF;
}
</style>