Shades of Blue Violet #8D1DEF
Tints of Blue Violet #8D1DEF
RGB
CMYK
RGB Variations
Color information
#8D1DEF (or 0x8D1DEF) is known color: Blue Violet. HEX triplet: 8D, 1D and EF. RGB value is (141,29,239). Sum of RGB (Red+Green+Blue) = 141+29+239=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D1DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1DEF is #72E210. Grayscale: #555555. Windows color (decimal): -7528977 or 15670669. OLE color: 15670669.
HSL color Cylindrical-coordinate representation of color #8D1DEF: hue angle of 272º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1DEF is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 29 | 239 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.06 |
| HSL | 272º | 0.87% | 0.53% | - |
| HSV(B) | 272º | 0.88% | 0.94% | - |
| XYZ | 27 | 12.77 | 82.7 | - |
| YUV | 86.43 | 214.11 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 239 | 0.41 | 0.88 | 0 | 0.06 | 272 | 0.87 | 0.53 |
| Hex | 8D | 1D | EF | 29 | 58 | 0 | 6 | 110 | 57 | 35 |
| Octal | 215 | 35 | 357 | 51 | 130 | 0 | 6 | 420 | 127 | 65 |
| Binary | 10001101 | 11101 | 11101111 | 101001 | 1011000 | 0 | 110 | 100010000 | 1010111 | 110101 |
Color Harmonies of #8D1DEF
Complementary color
Monochromatic Colors of #8D1DEF
Black with #8D1DEF
Text Example
Text Example
White with #8D1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1DEF; }
p { color: rgb(141,29,239); }
H1.HeaderClassName
{
color: #8D1DEF;
}
.AnyTagClassName
{
color: #8D1DEF;
}
</style>
background-color css
<style>
a { background-color: #8D1DEF; }
a { background-color: rgb(141,29,239); }
div.DivClassName
{
background-color: #8D1DEF;
}
.BgClassName
{
background-color: #8D1DEF;
}
</style>
border-color css
<style>
span { border-color: #8D1DEF; }
span { border-color: rgb(141,29,239); }
td.TdClassName
{
border-color: #8D1DEF;
}
.TagClassName
{
border-color: #8D1DEF;
}
</style>