Shades of Blue Violet #8D1EEB
Tints of Blue Violet #8D1EEB
RGB
CMYK
RGB Variations
Color information
#8D1EEB (or 0x8D1EEB) is known color: Blue Violet. HEX triplet: 8D, 1E and EB. RGB value is (141,30,235). Sum of RGB (Red+Green+Blue) = 141+30+235=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D1EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1EEB is #72E114. Grayscale: #555555. Windows color (decimal): -7528725 or 15408781. OLE color: 15408781.
HSL color Cylindrical-coordinate representation of color #8D1EEB: hue angle of 272.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1EEB is Cyan = 0.4, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 30 | 235 | - |
| CMYK | 0.4 | 0.87 | 0 | 0.08 |
| HSL | 272.49º | 0.84% | 0.52% | - |
| HSV(B) | 272.49º | 0.87% | 0.92% | - |
| XYZ | 26.44 | 12.59 | 79.63 | - |
| YUV | 86.56 | 211.77 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 30 | 235 | 0.4 | 0.87 | 0 | 0.08 | 272.49 | 0.84 | 0.52 |
| Hex | 8D | 1E | EB | 28 | 57 | 0 | 8 | 110 | 54 | 34 |
| Octal | 215 | 36 | 353 | 50 | 127 | 0 | 10 | 420 | 124 | 64 |
| Binary | 10001101 | 11110 | 11101011 | 101000 | 1010111 | 0 | 1000 | 100010000 | 1010100 | 110100 |
Color Harmonies of #8D1EEB
Complementary color
Monochromatic Colors of #8D1EEB
Black with #8D1EEB
Text Example
Text Example
White with #8D1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1EEB; }
p { color: rgb(141,30,235); }
H1.HeaderClassName
{
color: #8D1EEB;
}
.AnyTagClassName
{
color: #8D1EEB;
}
</style>
background-color css
<style>
a { background-color: #8D1EEB; }
a { background-color: rgb(141,30,235); }
div.DivClassName
{
background-color: #8D1EEB;
}
.BgClassName
{
background-color: #8D1EEB;
}
</style>
border-color css
<style>
span { border-color: #8D1EEB; }
span { border-color: rgb(141,30,235); }
td.TdClassName
{
border-color: #8D1EEB;
}
.TagClassName
{
border-color: #8D1EEB;
}
</style>