Shades of Blue Violet #8915DB
Tints of Blue Violet #8915DB
RGB
CMYK
RGB Variations
Color information
#8915DB (or 0x8915DB) is known color: Blue Violet. HEX triplet: 89, 15 and DB. RGB value is (137,21,219). Sum of RGB (Red+Green+Blue) = 137+21+219=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #8915DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915DB is #76EA24. Grayscale: #4D4D4D. Windows color (decimal): -7793189 or 14357897. OLE color: 14357897.
HSL color Cylindrical-coordinate representation of color #8915DB: hue angle of 275.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8915DB is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 21 | 219 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.14 |
| HSL | 275.15º | 0.83% | 0.47% | - |
| HSV(B) | 275.15º | 0.9% | 0.86% | - |
| XYZ | 23.37 | 10.97 | 67.9 | - |
| YUV | 78.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 219 | 0.37 | 0.90 | 0 | 0.14 | 275.15 | 0.83 | 0.47 |
| Hex | 89 | 15 | DB | 25 | 5A | 0 | E | 113 | 52 | 2F |
| Octal | 211 | 25 | 333 | 45 | 132 | 0 | 16 | 423 | 122 | 57 |
| Binary | 10001001 | 10101 | 11011011 | 100101 | 1011010 | 0 | 1110 | 100010011 | 1010010 | 101111 |
Color Harmonies of #8915DB
Complementary color
Monochromatic Colors of #8915DB
Black with #8915DB
Text Example
Text Example
White with #8915DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915DB; }
p { color: rgb(137,21,219); }
H1.HeaderClassName
{
color: #8915DB;
}
.AnyTagClassName
{
color: #8915DB;
}
</style>
background-color css
<style>
a { background-color: #8915DB; }
a { background-color: rgb(137,21,219); }
div.DivClassName
{
background-color: #8915DB;
}
.BgClassName
{
background-color: #8915DB;
}
</style>
border-color css
<style>
span { border-color: #8915DB; }
span { border-color: rgb(137,21,219); }
td.TdClassName
{
border-color: #8915DB;
}
.TagClassName
{
border-color: #8915DB;
}
</style>