Shades of Blue Violet #8D0EFA
Tints of Blue Violet #8D0EFA
RGB
CMYK
RGB Variations
Color information
#8D0EFA (or 0x8D0EFA) is known color: Blue Violet. HEX triplet: 8D, 0E and FA. RGB value is (141,14,250). Sum of RGB (Red+Green+Blue) = 141+14+250=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D0EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0EFA is #72F105. Grayscale: #4E4E4E. Windows color (decimal): -7532806 or 16387725. OLE color: 16387725.
HSL color Cylindrical-coordinate representation of color #8D0EFA: hue angle of 272.29º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0EFA is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 14 | 250 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.02 |
| HSL | 272.29º | 0.96% | 0.52% | - |
| HSV(B) | 272.29º | 0.94% | 0.98% | - |
| XYZ | 28.4 | 12.88 | 91.43 | - |
| YUV | 78.88 | 224.58 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 14 | 250 | 0.44 | 0.94 | 0 | 0.02 | 272.29 | 0.96 | 0.52 |
| Hex | 8D | E | FA | 2C | 5E | 0 | 2 | 110 | 60 | 34 |
| Octal | 215 | 16 | 372 | 54 | 136 | 0 | 2 | 420 | 140 | 64 |
| Binary | 10001101 | 1110 | 11111010 | 101100 | 1011110 | 0 | 10 | 100010000 | 1100000 | 110100 |
Color Harmonies of #8D0EFA
Complementary color
Monochromatic Colors of #8D0EFA
Black with #8D0EFA
Text Example
Text Example
White with #8D0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0EFA; }
p { color: rgb(141,14,250); }
H1.HeaderClassName
{
color: #8D0EFA;
}
.AnyTagClassName
{
color: #8D0EFA;
}
</style>
background-color css
<style>
a { background-color: #8D0EFA; }
a { background-color: rgb(141,14,250); }
div.DivClassName
{
background-color: #8D0EFA;
}
.BgClassName
{
background-color: #8D0EFA;
}
</style>
border-color css
<style>
span { border-color: #8D0EFA; }
span { border-color: rgb(141,14,250); }
td.TdClassName
{
border-color: #8D0EFA;
}
.TagClassName
{
border-color: #8D0EFA;
}
</style>