Shades of Blue Violet #8D14EB
Tints of Blue Violet #8D14EB
RGB
CMYK
RGB Variations
Color information
#8D14EB (or 0x8D14EB) is known color: Blue Violet. HEX triplet: 8D, 14 and EB. RGB value is (141,20,235). Sum of RGB (Red+Green+Blue) = 141+20+235=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D14EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D14EB is #72EB14. Grayscale: #4F4F4F. Windows color (decimal): -7531285 or 15406221. OLE color: 15406221.
HSL color Cylindrical-coordinate representation of color #8D14EB: hue angle of 273.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D14EB is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 20 | 235 | - |
| CMYK | 0.4 | 0.91 | 0 | 0.08 |
| HSL | 273.77º | 0.84% | 0.5% | - |
| HSV(B) | 273.77º | 0.91% | 0.92% | - |
| XYZ | 26.23 | 12.16 | 79.56 | - |
| YUV | 80.69 | 215.09 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 235 | 0.4 | 0.91 | 0 | 0.08 | 273.77 | 0.84 | 0.5 |
| Hex | 8D | 14 | EB | 28 | 5B | 0 | 8 | 112 | 54 | 32 |
| Octal | 215 | 24 | 353 | 50 | 133 | 0 | 10 | 422 | 124 | 62 |
| Binary | 10001101 | 10100 | 11101011 | 101000 | 1011011 | 0 | 1000 | 100010010 | 1010100 | 110010 |
Color Harmonies of #8D14EB
Complementary color
Monochromatic Colors of #8D14EB
Black with #8D14EB
Text Example
Text Example
White with #8D14EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D14EB; }
p { color: rgb(141,20,235); }
H1.HeaderClassName
{
color: #8D14EB;
}
.AnyTagClassName
{
color: #8D14EB;
}
</style>
background-color css
<style>
a { background-color: #8D14EB; }
a { background-color: rgb(141,20,235); }
div.DivClassName
{
background-color: #8D14EB;
}
.BgClassName
{
background-color: #8D14EB;
}
</style>
border-color css
<style>
span { border-color: #8D14EB; }
span { border-color: rgb(141,20,235); }
td.TdClassName
{
border-color: #8D14EB;
}
.TagClassName
{
border-color: #8D14EB;
}
</style>