Shades of Dark Violet #8D0BDA
Tints of Dark Violet #8D0BDA
RGB
CMYK
RGB Variations
Color information
#8D0BDA (or 0x8D0BDA) is known color: Dark Violet. HEX triplet: 8D, 0B and DA. RGB value is (141,11,218). Sum of RGB (Red+Green+Blue) = 141+11+218=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D0BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0BDA is #72F425. Grayscale: #484848. Windows color (decimal): -7533606 or 14289805. OLE color: 14289805.
HSL color Cylindrical-coordinate representation of color #8D0BDA: hue angle of 277.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0BDA is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 11 | 218 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.15 |
| HSL | 277.68º | 0.9% | 0.45% | - |
| HSV(B) | 277.68º | 0.95% | 0.85% | - |
| XYZ | 23.76 | 10.96 | 67.19 | - |
| YUV | 73.47 | 209.57 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 218 | 0.35 | 0.95 | 0 | 0.15 | 277.68 | 0.9 | 0.45 |
| Hex | 8D | B | DA | 23 | 5F | 0 | F | 116 | 5A | 2D |
| Octal | 215 | 13 | 332 | 43 | 137 | 0 | 17 | 426 | 132 | 55 |
| Binary | 10001101 | 1011 | 11011010 | 100011 | 1011111 | 0 | 1111 | 100010110 | 1011010 | 101101 |
Color Harmonies of #8D0BDA
Complementary color
Monochromatic Colors of #8D0BDA
Black with #8D0BDA
Text Example
Text Example
White with #8D0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0BDA; }
p { color: rgb(141,11,218); }
H1.HeaderClassName
{
color: #8D0BDA;
}
.AnyTagClassName
{
color: #8D0BDA;
}
</style>
background-color css
<style>
a { background-color: #8D0BDA; }
a { background-color: rgb(141,11,218); }
div.DivClassName
{
background-color: #8D0BDA;
}
.BgClassName
{
background-color: #8D0BDA;
}
</style>
border-color css
<style>
span { border-color: #8D0BDA; }
span { border-color: rgb(141,11,218); }
td.TdClassName
{
border-color: #8D0BDA;
}
.TagClassName
{
border-color: #8D0BDA;
}
</style>