Shades of Blue Violet #8815DB
Tints of Blue Violet #8815DB
RGB
CMYK
RGB Variations
Color information
#8815DB (or 0x8815DB) is known color: Blue Violet. HEX triplet: 88, 15 and DB. RGB value is (136,21,219). Sum of RGB (Red+Green+Blue) = 136+21+219=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #8815DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8815DB is #77EA24. Grayscale: #4D4D4D. Windows color (decimal): -7858725 or 14357896. OLE color: 14357896.
HSL color Cylindrical-coordinate representation of color #8815DB: hue angle of 274.85º 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 #8815DB is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 21 | 219 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.14 |
| HSL | 274.85º | 0.83% | 0.47% | - |
| HSV(B) | 274.85º | 0.9% | 0.86% | - |
| XYZ | 23.21 | 10.89 | 67.9 | - |
| YUV | 77.96 | 207.6 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 219 | 0.38 | 0.90 | 0 | 0.14 | 274.85 | 0.83 | 0.47 |
| Hex | 88 | 15 | DB | 26 | 5A | 0 | E | 113 | 52 | 2F |
| Octal | 210 | 25 | 333 | 46 | 132 | 0 | 16 | 423 | 122 | 57 |
| Binary | 10001000 | 10101 | 11011011 | 100110 | 1011010 | 0 | 1110 | 100010011 | 1010010 | 101111 |
Color Harmonies of #8815DB
Complementary color
Monochromatic Colors of #8815DB
Black with #8815DB
Text Example
Text Example
White with #8815DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8815DB; }
p { color: rgb(136,21,219); }
H1.HeaderClassName
{
color: #8815DB;
}
.AnyTagClassName
{
color: #8815DB;
}
</style>
background-color css
<style>
a { background-color: #8815DB; }
a { background-color: rgb(136,21,219); }
div.DivClassName
{
background-color: #8815DB;
}
.BgClassName
{
background-color: #8815DB;
}
</style>
border-color css
<style>
span { border-color: #8815DB; }
span { border-color: rgb(136,21,219); }
td.TdClassName
{
border-color: #8815DB;
}
.TagClassName
{
border-color: #8815DB;
}
</style>