Shades of Blue Violet #8930DB
Tints of Blue Violet #8930DB
RGB
CMYK
RGB Variations
Color information
#8930DB (or 0x8930DB) is known color: Blue Violet. HEX triplet: 89, 30 and DB. RGB value is (137,48,219). Sum of RGB (Red+Green+Blue) = 137+48+219=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #8930DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8930DB is #76CF24. Grayscale: #5D5D5D. Windows color (decimal): -7786277 or 14364809. OLE color: 14364809.
HSL color Cylindrical-coordinate representation of color #8930DB: hue angle of 271.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8930DB is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 48 | 219 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.14 |
| HSL | 271.23º | 0.7% | 0.52% | - |
| HSV(B) | 271.23º | 0.78% | 0.86% | - |
| XYZ | 24.16 | 12.55 | 68.17 | - |
| YUV | 94.11 | 198.49 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 219 | 0.37 | 0.78 | 0 | 0.14 | 271.23 | 0.7 | 0.52 |
| Hex | 89 | 30 | DB | 25 | 4E | 0 | E | 10F | 46 | 34 |
| Octal | 211 | 60 | 333 | 45 | 116 | 0 | 16 | 417 | 106 | 64 |
| Binary | 10001001 | 110000 | 11011011 | 100101 | 1001110 | 0 | 1110 | 100001111 | 1000110 | 110100 |
Color Harmonies of #8930DB
Complementary color
Monochromatic Colors of #8930DB
Black with #8930DB
Text Example
Text Example
White with #8930DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8930DB; }
p { color: rgb(137,48,219); }
H1.HeaderClassName
{
color: #8930DB;
}
.AnyTagClassName
{
color: #8930DB;
}
</style>
background-color css
<style>
a { background-color: #8930DB; }
a { background-color: rgb(137,48,219); }
div.DivClassName
{
background-color: #8930DB;
}
.BgClassName
{
background-color: #8930DB;
}
</style>
border-color css
<style>
span { border-color: #8930DB; }
span { border-color: rgb(137,48,219); }
td.TdClassName
{
border-color: #8930DB;
}
.TagClassName
{
border-color: #8930DB;
}
</style>