Shades of Dark Violet #8D0BEA
Tints of Dark Violet #8D0BEA
RGB
CMYK
RGB Variations
Color information
#8D0BEA (or 0x8D0BEA) is known color: Dark Violet. HEX triplet: 8D, 0B and EA. RGB value is (141,11,234). Sum of RGB (Red+Green+Blue) = 141+11+234=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D0BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0BEA is #72F415. Grayscale: #4A4A4A. Windows color (decimal): -7533590 or 15338381. OLE color: 15338381.
HSL color Cylindrical-coordinate representation of color #8D0BEA: hue angle of 274.98º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0BEA is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 11 | 234 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.08 |
| HSL | 274.98º | 0.91% | 0.48% | - |
| HSV(B) | 274.98º | 0.95% | 0.92% | - |
| XYZ | 25.96 | 11.84 | 78.76 | - |
| YUV | 75.29 | 217.57 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 234 | 0.40 | 0.95 | 0 | 0.08 | 274.98 | 0.91 | 0.48 |
| Hex | 8D | B | EA | 28 | 5F | 0 | 8 | 113 | 5B | 30 |
| Octal | 215 | 13 | 352 | 50 | 137 | 0 | 10 | 423 | 133 | 60 |
| Binary | 10001101 | 1011 | 11101010 | 101000 | 1011111 | 0 | 1000 | 100010011 | 1011011 | 110000 |
Color Harmonies of #8D0BEA
Complementary color
Monochromatic Colors of #8D0BEA
Black with #8D0BEA
Text Example
Text Example
White with #8D0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0BEA; }
p { color: rgb(141,11,234); }
H1.HeaderClassName
{
color: #8D0BEA;
}
.AnyTagClassName
{
color: #8D0BEA;
}
</style>
background-color css
<style>
a { background-color: #8D0BEA; }
a { background-color: rgb(141,11,234); }
div.DivClassName
{
background-color: #8D0BEA;
}
.BgClassName
{
background-color: #8D0BEA;
}
</style>
border-color css
<style>
span { border-color: #8D0BEA; }
span { border-color: rgb(141,11,234); }
td.TdClassName
{
border-color: #8D0BEA;
}
.TagClassName
{
border-color: #8D0BEA;
}
</style>