Shades of Blue Violet #8024DD
Tints of Blue Violet #8024DD
RGB
CMYK
RGB Variations
Color information
#8024DD (or 0x8024DD) is known color: Blue Violet. HEX triplet: 80, 24 and DD. RGB value is (128,36,221). Sum of RGB (Red+Green+Blue) = 128+36+221=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #8024DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8024DD is #7FDB22. Grayscale: #535353. Windows color (decimal): -8379171 or 14492800. OLE color: 14492800.
HSL color Cylindrical-coordinate representation of color #8024DD: hue angle of 269.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8024DD is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 36 | 221 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.13 |
| HSL | 269.84º | 0.73% | 0.5% | - |
| HSV(B) | 269.84º | 0.84% | 0.87% | - |
| XYZ | 22.58 | 11.07 | 69.35 | - |
| YUV | 84.6 | 204.98 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 221 | 0.42 | 0.84 | 0 | 0.13 | 269.84 | 0.73 | 0.5 |
| Hex | 80 | 24 | DD | 2A | 54 | 0 | D | 10E | 49 | 32 |
| Octal | 200 | 44 | 335 | 52 | 124 | 0 | 15 | 416 | 111 | 62 |
| Binary | 10000000 | 100100 | 11011101 | 101010 | 1010100 | 0 | 1101 | 100001110 | 1001001 | 110010 |
Color Harmonies of #8024DD
Complementary color
Monochromatic Colors of #8024DD
Black with #8024DD
Text Example
Text Example
White with #8024DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024DD; }
p { color: rgb(128,36,221); }
H1.HeaderClassName
{
color: #8024DD;
}
.AnyTagClassName
{
color: #8024DD;
}
</style>
background-color css
<style>
a { background-color: #8024DD; }
a { background-color: rgb(128,36,221); }
div.DivClassName
{
background-color: #8024DD;
}
.BgClassName
{
background-color: #8024DD;
}
</style>
border-color css
<style>
span { border-color: #8024DD; }
span { border-color: rgb(128,36,221); }
td.TdClassName
{
border-color: #8024DD;
}
.TagClassName
{
border-color: #8024DD;
}
</style>