Shades of Dark Violet #8D0BDE
Tints of Dark Violet #8D0BDE
RGB
CMYK
RGB Variations
Color information
#8D0BDE (or 0x8D0BDE) is known color: Dark Violet. HEX triplet: 8D, 0B and DE. RGB value is (141,11,222). Sum of RGB (Red+Green+Blue) = 141+11+222=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D0BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0BDE is #72F421. Grayscale: #494949. Windows color (decimal): -7533602 or 14551949. OLE color: 14551949.
HSL color Cylindrical-coordinate representation of color #8D0BDE: hue angle of 276.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0BDE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 11 | 222 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.13 |
| HSL | 276.97º | 0.91% | 0.46% | - |
| HSV(B) | 276.97º | 0.95% | 0.87% | - |
| XYZ | 24.29 | 11.18 | 69.98 | - |
| YUV | 73.92 | 211.57 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 222 | 0.36 | 0.95 | 0 | 0.13 | 276.97 | 0.91 | 0.46 |
| Hex | 8D | B | DE | 24 | 5F | 0 | D | 115 | 5B | 2E |
| Octal | 215 | 13 | 336 | 44 | 137 | 0 | 15 | 425 | 133 | 56 |
| Binary | 10001101 | 1011 | 11011110 | 100100 | 1011111 | 0 | 1101 | 100010101 | 1011011 | 101110 |
Color Harmonies of #8D0BDE
Complementary color
Monochromatic Colors of #8D0BDE
Black with #8D0BDE
Text Example
Text Example
White with #8D0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0BDE; }
p { color: rgb(141,11,222); }
H1.HeaderClassName
{
color: #8D0BDE;
}
.AnyTagClassName
{
color: #8D0BDE;
}
</style>
background-color css
<style>
a { background-color: #8D0BDE; }
a { background-color: rgb(141,11,222); }
div.DivClassName
{
background-color: #8D0BDE;
}
.BgClassName
{
background-color: #8D0BDE;
}
</style>
border-color css
<style>
span { border-color: #8D0BDE; }
span { border-color: rgb(141,11,222); }
td.TdClassName
{
border-color: #8D0BDE;
}
.TagClassName
{
border-color: #8D0BDE;
}
</style>