Shades of Blue Violet #8D2CEF
Tints of Blue Violet #8D2CEF
RGB
CMYK
RGB Variations
Color information
#8D2CEF (or 0x8D2CEF) is known color: Blue Violet. HEX triplet: 8D, 2C and EF. RGB value is (141,44,239). Sum of RGB (Red+Green+Blue) = 141+44+239=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D2CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D2CEF is #72D310. Grayscale: #5E5E5E. Windows color (decimal): -7525137 or 15674509. OLE color: 15674509.
HSL color Cylindrical-coordinate representation of color #8D2CEF: hue angle of 269.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D2CEF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 44 | 239 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.06 |
| HSL | 269.85º | 0.86% | 0.55% | - |
| HSV(B) | 269.85º | 0.82% | 0.94% | - |
| XYZ | 27.47 | 13.7 | 82.86 | - |
| YUV | 95.23 | 209.14 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 239 | 0.41 | 0.82 | 0 | 0.06 | 269.85 | 0.86 | 0.55 |
| Hex | 8D | 2C | EF | 29 | 52 | 0 | 6 | 10E | 56 | 37 |
| Octal | 215 | 54 | 357 | 51 | 122 | 0 | 6 | 416 | 126 | 67 |
| Binary | 10001101 | 101100 | 11101111 | 101001 | 1010010 | 0 | 110 | 100001110 | 1010110 | 110111 |
Color Harmonies of #8D2CEF
Complementary color
Monochromatic Colors of #8D2CEF
Black with #8D2CEF
Text Example
Text Example
White with #8D2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2CEF; }
p { color: rgb(141,44,239); }
H1.HeaderClassName
{
color: #8D2CEF;
}
.AnyTagClassName
{
color: #8D2CEF;
}
</style>
background-color css
<style>
a { background-color: #8D2CEF; }
a { background-color: rgb(141,44,239); }
div.DivClassName
{
background-color: #8D2CEF;
}
.BgClassName
{
background-color: #8D2CEF;
}
</style>
border-color css
<style>
span { border-color: #8D2CEF; }
span { border-color: rgb(141,44,239); }
td.TdClassName
{
border-color: #8D2CEF;
}
.TagClassName
{
border-color: #8D2CEF;
}
</style>