Shades of Blue Violet #8D24DC
Tints of Blue Violet #8D24DC
RGB
CMYK
RGB Variations
Color information
#8D24DC (or 0x8D24DC) is known color: Blue Violet. HEX triplet: 8D, 24 and DC. RGB value is (141,36,220). Sum of RGB (Red+Green+Blue) = 141+36+220=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D24DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D24DC is #72DB23. Grayscale: #575757. Windows color (decimal): -7527204 or 14427277. OLE color: 14427277.
HSL color Cylindrical-coordinate representation of color #8D24DC: hue angle of 274.24º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D24DC is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 36 | 220 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.14 |
| HSL | 274.24º | 0.72% | 0.5% | - |
| HSV(B) | 274.24º | 0.84% | 0.86% | - |
| XYZ | 24.53 | 12.09 | 68.75 | - |
| YUV | 88.37 | 202.29 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 220 | 0.36 | 0.84 | 0 | 0.14 | 274.24 | 0.72 | 0.5 |
| Hex | 8D | 24 | DC | 24 | 54 | 0 | E | 112 | 48 | 32 |
| Octal | 215 | 44 | 334 | 44 | 124 | 0 | 16 | 422 | 110 | 62 |
| Binary | 10001101 | 100100 | 11011100 | 100100 | 1010100 | 0 | 1110 | 100010010 | 1001000 | 110010 |
Color Harmonies of #8D24DC
Complementary color
Monochromatic Colors of #8D24DC
Black with #8D24DC
Text Example
Text Example
White with #8D24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D24DC; }
p { color: rgb(141,36,220); }
H1.HeaderClassName
{
color: #8D24DC;
}
.AnyTagClassName
{
color: #8D24DC;
}
</style>
background-color css
<style>
a { background-color: #8D24DC; }
a { background-color: rgb(141,36,220); }
div.DivClassName
{
background-color: #8D24DC;
}
.BgClassName
{
background-color: #8D24DC;
}
</style>
border-color css
<style>
span { border-color: #8D24DC; }
span { border-color: rgb(141,36,220); }
td.TdClassName
{
border-color: #8D24DC;
}
.TagClassName
{
border-color: #8D24DC;
}
</style>