Shades of Blue Violet #8920DC
Tints of Blue Violet #8920DC
RGB
CMYK
RGB Variations
Color information
#8920DC (or 0x8920DC) is known color: Blue Violet. HEX triplet: 89, 20 and DC. RGB value is (137,32,220). Sum of RGB (Red+Green+Blue) = 137+32+220=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #8920DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8920DC is #76DF23. Grayscale: #545454. Windows color (decimal): -7790372 or 14426249. OLE color: 14426249.
HSL color Cylindrical-coordinate representation of color #8920DC: hue angle of 273.51º degrees, saturation: 0.75, 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 #8920DC is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 32 | 220 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.14 |
| HSL | 273.51º | 0.75% | 0.49% | - |
| HSV(B) | 273.51º | 0.85% | 0.86% | - |
| XYZ | 23.75 | 11.52 | 68.68 | - |
| YUV | 84.83 | 204.29 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 220 | 0.38 | 0.85 | 0 | 0.14 | 273.51 | 0.75 | 0.49 |
| Hex | 89 | 20 | DC | 26 | 55 | 0 | E | 112 | 4B | 31 |
| Octal | 211 | 40 | 334 | 46 | 125 | 0 | 16 | 422 | 113 | 61 |
| Binary | 10001001 | 100000 | 11011100 | 100110 | 1010101 | 0 | 1110 | 100010010 | 1001011 | 110001 |
Color Harmonies of #8920DC
Complementary color
Monochromatic Colors of #8920DC
Black with #8920DC
Text Example
Text Example
White with #8920DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8920DC; }
p { color: rgb(137,32,220); }
H1.HeaderClassName
{
color: #8920DC;
}
.AnyTagClassName
{
color: #8920DC;
}
</style>
background-color css
<style>
a { background-color: #8920DC; }
a { background-color: rgb(137,32,220); }
div.DivClassName
{
background-color: #8920DC;
}
.BgClassName
{
background-color: #8920DC;
}
</style>
border-color css
<style>
span { border-color: #8920DC; }
span { border-color: rgb(137,32,220); }
td.TdClassName
{
border-color: #8920DC;
}
.TagClassName
{
border-color: #8920DC;
}
</style>