Shades of Blue Violet #8C21DD
Tints of Blue Violet #8C21DD
RGB
CMYK
RGB Variations
Color information
#8C21DD (or 0x8C21DD) is known color: Blue Violet. HEX triplet: 8C, 21 and DD. RGB value is (140,33,221). Sum of RGB (Red+Green+Blue) = 140+33+221=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C21DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C21DD is #73DE22. Grayscale: #555555. Windows color (decimal): -7593507 or 14492044. OLE color: 14492044.
HSL color Cylindrical-coordinate representation of color #8C21DD: hue angle of 274.15º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C21DD is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 33 | 221 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.13 |
| HSL | 274.15º | 0.74% | 0.5% | - |
| HSV(B) | 274.15º | 0.85% | 0.87% | - |
| XYZ | 24.41 | 11.88 | 69.41 | - |
| YUV | 86.43 | 203.95 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 221 | 0.37 | 0.85 | 0 | 0.13 | 274.15 | 0.74 | 0.5 |
| Hex | 8C | 21 | DD | 25 | 55 | 0 | D | 112 | 4A | 32 |
| Octal | 214 | 41 | 335 | 45 | 125 | 0 | 15 | 422 | 112 | 62 |
| Binary | 10001100 | 100001 | 11011101 | 100101 | 1010101 | 0 | 1101 | 100010010 | 1001010 | 110010 |
Color Harmonies of #8C21DD
Complementary color
Monochromatic Colors of #8C21DD
Black with #8C21DD
Text Example
Text Example
White with #8C21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C21DD; }
p { color: rgb(140,33,221); }
H1.HeaderClassName
{
color: #8C21DD;
}
.AnyTagClassName
{
color: #8C21DD;
}
</style>
background-color css
<style>
a { background-color: #8C21DD; }
a { background-color: rgb(140,33,221); }
div.DivClassName
{
background-color: #8C21DD;
}
.BgClassName
{
background-color: #8C21DD;
}
</style>
border-color css
<style>
span { border-color: #8C21DD; }
span { border-color: rgb(140,33,221); }
td.TdClassName
{
border-color: #8C21DD;
}
.TagClassName
{
border-color: #8C21DD;
}
</style>