Shades of Blue Violet #8C21DB
Tints of Blue Violet #8C21DB
RGB
CMYK
RGB Variations
Color information
#8C21DB (or 0x8C21DB) is known color: Blue Violet. HEX triplet: 8C, 21 and DB. RGB value is (140,33,219). Sum of RGB (Red+Green+Blue) = 140+33+219=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C21DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C21DB is #73DE24. Grayscale: #555555. Windows color (decimal): -7593509 or 14360972. OLE color: 14360972.
HSL color Cylindrical-coordinate representation of color #8C21DB: hue angle of 274.52º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C21DB is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 33 | 219 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.14 |
| HSL | 274.52º | 0.74% | 0.49% | - |
| HSV(B) | 274.52º | 0.85% | 0.86% | - |
| XYZ | 24.15 | 11.78 | 68.02 | - |
| YUV | 86.2 | 202.95 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 219 | 0.36 | 0.85 | 0 | 0.14 | 274.52 | 0.74 | 0.49 |
| Hex | 8C | 21 | DB | 24 | 55 | 0 | E | 113 | 4A | 31 |
| Octal | 214 | 41 | 333 | 44 | 125 | 0 | 16 | 423 | 112 | 61 |
| Binary | 10001100 | 100001 | 11011011 | 100100 | 1010101 | 0 | 1110 | 100010011 | 1001010 | 110001 |
Color Harmonies of #8C21DB
Complementary color
Monochromatic Colors of #8C21DB
Black with #8C21DB
Text Example
Text Example
White with #8C21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C21DB; }
p { color: rgb(140,33,219); }
H1.HeaderClassName
{
color: #8C21DB;
}
.AnyTagClassName
{
color: #8C21DB;
}
</style>
background-color css
<style>
a { background-color: #8C21DB; }
a { background-color: rgb(140,33,219); }
div.DivClassName
{
background-color: #8C21DB;
}
.BgClassName
{
background-color: #8C21DB;
}
</style>
border-color css
<style>
span { border-color: #8C21DB; }
span { border-color: rgb(140,33,219); }
td.TdClassName
{
border-color: #8C21DB;
}
.TagClassName
{
border-color: #8C21DB;
}
</style>