Shades of Blue Violet #8920DB
Tints of Blue Violet #8920DB
RGB
CMYK
RGB Variations
Color information
#8920DB (or 0x8920DB) is known color: Blue Violet. HEX triplet: 89, 20 and DB. RGB value is (137,32,219). Sum of RGB (Red+Green+Blue) = 137+32+219=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #8920DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8920DB is #76DF24. Grayscale: #545454. Windows color (decimal): -7790373 or 14360713. OLE color: 14360713.
HSL color Cylindrical-coordinate representation of color #8920DB: hue angle of 273.69º 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 #8920DB is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 32 | 219 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.14 |
| HSL | 273.69º | 0.75% | 0.49% | - |
| HSV(B) | 273.69º | 0.85% | 0.86% | - |
| XYZ | 23.62 | 11.47 | 67.99 | - |
| YUV | 84.71 | 203.79 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 219 | 0.37 | 0.85 | 0 | 0.14 | 273.69 | 0.75 | 0.49 |
| Hex | 89 | 20 | DB | 25 | 55 | 0 | E | 112 | 4B | 31 |
| Octal | 211 | 40 | 333 | 45 | 125 | 0 | 16 | 422 | 113 | 61 |
| Binary | 10001001 | 100000 | 11011011 | 100101 | 1010101 | 0 | 1110 | 100010010 | 1001011 | 110001 |
Color Harmonies of #8920DB
Complementary color
Monochromatic Colors of #8920DB
Black with #8920DB
Text Example
Text Example
White with #8920DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8920DB; }
p { color: rgb(137,32,219); }
H1.HeaderClassName
{
color: #8920DB;
}
.AnyTagClassName
{
color: #8920DB;
}
</style>
background-color css
<style>
a { background-color: #8920DB; }
a { background-color: rgb(137,32,219); }
div.DivClassName
{
background-color: #8920DB;
}
.BgClassName
{
background-color: #8920DB;
}
</style>
border-color css
<style>
span { border-color: #8920DB; }
span { border-color: rgb(137,32,219); }
td.TdClassName
{
border-color: #8920DB;
}
.TagClassName
{
border-color: #8920DB;
}
</style>