Shades of Dark Violet #8D0BEE
Tints of Dark Violet #8D0BEE
RGB
CMYK
RGB Variations
Color information
#8D0BEE (or 0x8D0BEE) is known color: Dark Violet. HEX triplet: 8D, 0B and EE. RGB value is (141,11,238). Sum of RGB (Red+Green+Blue) = 141+11+238=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D0BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0BEE is #72F411. Grayscale: #4A4A4A. Windows color (decimal): -7533586 or 15600525. OLE color: 15600525.
HSL color Cylindrical-coordinate representation of color #8D0BEE: hue angle of 274.36º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0BEE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 11 | 238 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.07 |
| HSL | 274.36º | 0.91% | 0.49% | - |
| HSV(B) | 274.36º | 0.95% | 0.93% | - |
| XYZ | 26.54 | 12.08 | 81.82 | - |
| YUV | 75.75 | 219.57 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 238 | 0.41 | 0.95 | 0 | 0.07 | 274.36 | 0.91 | 0.49 |
| Hex | 8D | B | EE | 29 | 5F | 0 | 7 | 112 | 5B | 31 |
| Octal | 215 | 13 | 356 | 51 | 137 | 0 | 7 | 422 | 133 | 61 |
| Binary | 10001101 | 1011 | 11101110 | 101001 | 1011111 | 0 | 111 | 100010010 | 1011011 | 110001 |
Color Harmonies of #8D0BEE
Complementary color
Monochromatic Colors of #8D0BEE
Black with #8D0BEE
Text Example
Text Example
White with #8D0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0BEE; }
p { color: rgb(141,11,238); }
H1.HeaderClassName
{
color: #8D0BEE;
}
.AnyTagClassName
{
color: #8D0BEE;
}
</style>
background-color css
<style>
a { background-color: #8D0BEE; }
a { background-color: rgb(141,11,238); }
div.DivClassName
{
background-color: #8D0BEE;
}
.BgClassName
{
background-color: #8D0BEE;
}
</style>
border-color css
<style>
span { border-color: #8D0BEE; }
span { border-color: rgb(141,11,238); }
td.TdClassName
{
border-color: #8D0BEE;
}
.TagClassName
{
border-color: #8D0BEE;
}
</style>