Shades of Dark Violet #8D0FBE
Tints of Dark Violet #8D0FBE
RGB
CMYK
RGB Variations
Color information
#8D0FBE (or 0x8D0FBE) is known color: Dark Violet. HEX triplet: 8D, 0F and BE. RGB value is (141,15,190). Sum of RGB (Red+Green+Blue) = 141+15+190=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D0FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0FBE is #72F041. Grayscale: #484848. Windows color (decimal): -7532610 or 12455821. OLE color: 12455821.
HSL color Cylindrical-coordinate representation of color #8D0FBE: hue angle of 283.2º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0FBE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 15 | 190 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.25 |
| HSL | 283.2º | 0.85% | 0.4% | - |
| HSV(B) | 283.2º | 0.92% | 0.75% | - |
| XYZ | 20.45 | 9.72 | 49.51 | - |
| YUV | 72.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 190 | 0.26 | 0.92 | 0 | 0.25 | 283.2 | 0.85 | 0.4 |
| Hex | 8D | F | BE | 1A | 5C | 0 | 19 | 11B | 55 | 28 |
| Octal | 215 | 17 | 276 | 32 | 134 | 0 | 31 | 433 | 125 | 50 |
| Binary | 10001101 | 1111 | 10111110 | 11010 | 1011100 | 0 | 11001 | 100011011 | 1010101 | 101000 |
Color Harmonies of #8D0FBE
Complementary color
Monochromatic Colors of #8D0FBE
Black with #8D0FBE
Text Example
Text Example
White with #8D0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0FBE; }
p { color: rgb(141,15,190); }
H1.HeaderClassName
{
color: #8D0FBE;
}
.AnyTagClassName
{
color: #8D0FBE;
}
</style>
background-color css
<style>
a { background-color: #8D0FBE; }
a { background-color: rgb(141,15,190); }
div.DivClassName
{
background-color: #8D0FBE;
}
.BgClassName
{
background-color: #8D0FBE;
}
</style>
border-color css
<style>
span { border-color: #8D0FBE; }
span { border-color: rgb(141,15,190); }
td.TdClassName
{
border-color: #8D0FBE;
}
.TagClassName
{
border-color: #8D0FBE;
}
</style>