Shades of Blue Violet #8919DB
Tints of Blue Violet #8919DB
RGB
CMYK
RGB Variations
Color information
#8919DB (or 0x8919DB) is known color: Blue Violet. HEX triplet: 89, 19 and DB. RGB value is (137,25,219). Sum of RGB (Red+Green+Blue) = 137+25+219=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #8919DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8919DB is #76E624. Grayscale: #4F4F4F. Windows color (decimal): -7792165 or 14358921. OLE color: 14358921.
HSL color Cylindrical-coordinate representation of color #8919DB: hue angle of 274.64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8919DB is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 25 | 219 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.14 |
| HSL | 274.64º | 0.8% | 0.48% | - |
| HSV(B) | 274.64º | 0.89% | 0.86% | - |
| XYZ | 23.45 | 11.13 | 67.93 | - |
| YUV | 80.6 | 206.11 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 219 | 0.37 | 0.89 | 0 | 0.14 | 274.64 | 0.8 | 0.48 |
| Hex | 89 | 19 | DB | 25 | 59 | 0 | E | 113 | 50 | 30 |
| Octal | 211 | 31 | 333 | 45 | 131 | 0 | 16 | 423 | 120 | 60 |
| Binary | 10001001 | 11001 | 11011011 | 100101 | 1011001 | 0 | 1110 | 100010011 | 1010000 | 110000 |
Color Harmonies of #8919DB
Complementary color
Monochromatic Colors of #8919DB
Black with #8919DB
Text Example
Text Example
White with #8919DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8919DB; }
p { color: rgb(137,25,219); }
H1.HeaderClassName
{
color: #8919DB;
}
.AnyTagClassName
{
color: #8919DB;
}
</style>
background-color css
<style>
a { background-color: #8919DB; }
a { background-color: rgb(137,25,219); }
div.DivClassName
{
background-color: #8919DB;
}
.BgClassName
{
background-color: #8919DB;
}
</style>
border-color css
<style>
span { border-color: #8919DB; }
span { border-color: rgb(137,25,219); }
td.TdClassName
{
border-color: #8919DB;
}
.TagClassName
{
border-color: #8919DB;
}
</style>