Shades of Blue Violet #8D1DEB
Tints of Blue Violet #8D1DEB
RGB
CMYK
RGB Variations
Color information
#8D1DEB (or 0x8D1DEB) is known color: Blue Violet. HEX triplet: 8D, 1D and EB. RGB value is (141,29,235). Sum of RGB (Red+Green+Blue) = 141+29+235=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D1DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1DEB is #72E214. Grayscale: #555555. Windows color (decimal): -7528981 or 15408525. OLE color: 15408525.
HSL color Cylindrical-coordinate representation of color #8D1DEB: hue angle of 272.62º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1DEB is Cyan = 0.4, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 29 | 235 | - |
| CMYK | 0.4 | 0.88 | 0 | 0.08 |
| HSL | 272.62º | 0.84% | 0.52% | - |
| HSV(B) | 272.62º | 0.88% | 0.92% | - |
| XYZ | 26.42 | 12.54 | 79.63 | - |
| YUV | 85.97 | 212.11 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 235 | 0.4 | 0.88 | 0 | 0.08 | 272.62 | 0.84 | 0.52 |
| Hex | 8D | 1D | EB | 28 | 58 | 0 | 8 | 111 | 54 | 34 |
| Octal | 215 | 35 | 353 | 50 | 130 | 0 | 10 | 421 | 124 | 64 |
| Binary | 10001101 | 11101 | 11101011 | 101000 | 1011000 | 0 | 1000 | 100010001 | 1010100 | 110100 |
Color Harmonies of #8D1DEB
Complementary color
Monochromatic Colors of #8D1DEB
Black with #8D1DEB
Text Example
Text Example
White with #8D1DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1DEB; }
p { color: rgb(141,29,235); }
H1.HeaderClassName
{
color: #8D1DEB;
}
.AnyTagClassName
{
color: #8D1DEB;
}
</style>
background-color css
<style>
a { background-color: #8D1DEB; }
a { background-color: rgb(141,29,235); }
div.DivClassName
{
background-color: #8D1DEB;
}
.BgClassName
{
background-color: #8D1DEB;
}
</style>
border-color css
<style>
span { border-color: #8D1DEB; }
span { border-color: rgb(141,29,235); }
td.TdClassName
{
border-color: #8D1DEB;
}
.TagClassName
{
border-color: #8D1DEB;
}
</style>