Shades of Blue Violet #8D2EE8
Tints of Blue Violet #8D2EE8
RGB
CMYK
RGB Variations
Color information
#8D2EE8 (or 0x8D2EE8) is known color: Blue Violet. HEX triplet: 8D, 2E and E8. RGB value is (141,46,232). Sum of RGB (Red+Green+Blue) = 141+46+232=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 232 (91.02% from 255 or 55.37% from 419); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D2EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D2EE8 is #72D117. Grayscale: #5E5E5E. Windows color (decimal): -7524632 or 15216269. OLE color: 15216269.
HSL color Cylindrical-coordinate representation of color #8D2EE8: hue angle of 270.65º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D2EE8 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 46 | 232 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.09 |
| HSL | 270.65º | 0.8% | 0.55% | - |
| HSV(B) | 270.65º | 0.8% | 0.91% | - |
| XYZ | 26.53 | 13.44 | 77.54 | - |
| YUV | 95.61 | 204.97 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 232 | 0.39 | 0.80 | 0 | 0.09 | 270.65 | 0.8 | 0.55 |
| Hex | 8D | 2E | E8 | 27 | 50 | 0 | 9 | 10F | 50 | 37 |
| Octal | 215 | 56 | 350 | 47 | 120 | 0 | 11 | 417 | 120 | 67 |
| Binary | 10001101 | 101110 | 11101000 | 100111 | 1010000 | 0 | 1001 | 100001111 | 1010000 | 110111 |
Color Harmonies of #8D2EE8
Complementary color
Monochromatic Colors of #8D2EE8
Black with #8D2EE8
Text Example
Text Example
White with #8D2EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2EE8; }
p { color: rgb(141,46,232); }
H1.HeaderClassName
{
color: #8D2EE8;
}
.AnyTagClassName
{
color: #8D2EE8;
}
</style>
background-color css
<style>
a { background-color: #8D2EE8; }
a { background-color: rgb(141,46,232); }
div.DivClassName
{
background-color: #8D2EE8;
}
.BgClassName
{
background-color: #8D2EE8;
}
</style>
border-color css
<style>
span { border-color: #8D2EE8; }
span { border-color: rgb(141,46,232); }
td.TdClassName
{
border-color: #8D2EE8;
}
.TagClassName
{
border-color: #8D2EE8;
}
</style>