Shades of Dark Violet #8D0ABE
Tints of Dark Violet #8D0ABE
RGB
CMYK
RGB Variations
Color information
#8D0ABE (or 0x8D0ABE) is known color: Dark Violet. HEX triplet: 8D, 0A and BE. RGB value is (141,10,190). Sum of RGB (Red+Green+Blue) = 141+10+190=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0ABE is #72F541. Grayscale: #454545. Windows color (decimal): -7533890 or 12454541. OLE color: 12454541.
HSL color Cylindrical-coordinate representation of color #8D0ABE: hue angle of 283.67º 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 #8D0ABE is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 10 | 190 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.25 |
| HSL | 283.67º | 0.9% | 0.39% | - |
| HSV(B) | 283.67º | 0.95% | 0.75% | - |
| XYZ | 20.39 | 9.6 | 49.49 | - |
| YUV | 69.69 | 195.9 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 190 | 0.26 | 0.95 | 0 | 0.25 | 283.67 | 0.9 | 0.39 |
| Hex | 8D | A | BE | 1A | 5F | 0 | 19 | 11C | 5A | 27 |
| Octal | 215 | 12 | 276 | 32 | 137 | 0 | 31 | 434 | 132 | 47 |
| Binary | 10001101 | 1010 | 10111110 | 11010 | 1011111 | 0 | 11001 | 100011100 | 1011010 | 100111 |
Color Harmonies of #8D0ABE
Complementary color
Monochromatic Colors of #8D0ABE
Black with #8D0ABE
Text Example
Text Example
White with #8D0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0ABE; }
p { color: rgb(141,10,190); }
H1.HeaderClassName
{
color: #8D0ABE;
}
.AnyTagClassName
{
color: #8D0ABE;
}
</style>
background-color css
<style>
a { background-color: #8D0ABE; }
a { background-color: rgb(141,10,190); }
div.DivClassName
{
background-color: #8D0ABE;
}
.BgClassName
{
background-color: #8D0ABE;
}
</style>
border-color css
<style>
span { border-color: #8D0ABE; }
span { border-color: rgb(141,10,190); }
td.TdClassName
{
border-color: #8D0ABE;
}
.TagClassName
{
border-color: #8D0ABE;
}
</style>