Shades of Dark Violet #8D0ABB
Tints of Dark Violet #8D0ABB
RGB
CMYK
RGB Variations
Color information
#8D0ABB (or 0x8D0ABB) is known color: Dark Violet. HEX triplet: 8D, 0A and BB. RGB value is (141,10,187). Sum of RGB (Red+Green+Blue) = 141+10+187=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0ABB is #72F544. Grayscale: #444444. Windows color (decimal): -7533893 or 12257933. OLE color: 12257933.
HSL color Cylindrical-coordinate representation of color #8D0ABB: hue angle of 284.41º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0ABB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 10 | 187 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.27 |
| HSL | 284.41º | 0.9% | 0.39% | - |
| HSV(B) | 284.41º | 0.95% | 0.73% | - |
| XYZ | 20.06 | 9.47 | 47.78 | - |
| YUV | 69.35 | 194.4 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 187 | 0.25 | 0.95 | 0 | 0.27 | 284.41 | 0.9 | 0.39 |
| Hex | 8D | A | BB | 19 | 5F | 0 | 1B | 11C | 5A | 27 |
| Octal | 215 | 12 | 273 | 31 | 137 | 0 | 33 | 434 | 132 | 47 |
| Binary | 10001101 | 1010 | 10111011 | 11001 | 1011111 | 0 | 11011 | 100011100 | 1011010 | 100111 |
Color Harmonies of #8D0ABB
Complementary color
Monochromatic Colors of #8D0ABB
Black with #8D0ABB
Text Example
Text Example
White with #8D0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0ABB; }
p { color: rgb(141,10,187); }
H1.HeaderClassName
{
color: #8D0ABB;
}
.AnyTagClassName
{
color: #8D0ABB;
}
</style>
background-color css
<style>
a { background-color: #8D0ABB; }
a { background-color: rgb(141,10,187); }
div.DivClassName
{
background-color: #8D0ABB;
}
.BgClassName
{
background-color: #8D0ABB;
}
</style>
border-color css
<style>
span { border-color: #8D0ABB; }
span { border-color: rgb(141,10,187); }
td.TdClassName
{
border-color: #8D0ABB;
}
.TagClassName
{
border-color: #8D0ABB;
}
</style>