Shades of Blue Violet #8813DB
Tints of Blue Violet #8813DB
RGB
CMYK
RGB Variations
Color information
#8813DB (or 0x8813DB) is known color: Blue Violet. HEX triplet: 88, 13 and DB. RGB value is (136,19,219). Sum of RGB (Red+Green+Blue) = 136+19+219=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #8813DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8813DB is #77EC24. Grayscale: #4C4C4C. Windows color (decimal): -7859237 or 14357384. OLE color: 14357384.
HSL color Cylindrical-coordinate representation of color #8813DB: hue angle of 275.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8813DB is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 19 | 219 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.14 |
| HSL | 275.1º | 0.84% | 0.47% | - |
| HSV(B) | 275.1º | 0.91% | 0.86% | - |
| XYZ | 23.17 | 10.81 | 67.88 | - |
| YUV | 76.78 | 208.26 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 219 | 0.38 | 0.91 | 0 | 0.14 | 275.1 | 0.84 | 0.47 |
| Hex | 88 | 13 | DB | 26 | 5B | 0 | E | 113 | 54 | 2F |
| Octal | 210 | 23 | 333 | 46 | 133 | 0 | 16 | 423 | 124 | 57 |
| Binary | 10001000 | 10011 | 11011011 | 100110 | 1011011 | 0 | 1110 | 100010011 | 1010100 | 101111 |
Color Harmonies of #8813DB
Complementary color
Monochromatic Colors of #8813DB
Black with #8813DB
Text Example
Text Example
White with #8813DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8813DB; }
p { color: rgb(136,19,219); }
H1.HeaderClassName
{
color: #8813DB;
}
.AnyTagClassName
{
color: #8813DB;
}
</style>
background-color css
<style>
a { background-color: #8813DB; }
a { background-color: rgb(136,19,219); }
div.DivClassName
{
background-color: #8813DB;
}
.BgClassName
{
background-color: #8813DB;
}
</style>
border-color css
<style>
span { border-color: #8813DB; }
span { border-color: rgb(136,19,219); }
td.TdClassName
{
border-color: #8813DB;
}
.TagClassName
{
border-color: #8813DB;
}
</style>