Shades of Blue Violet #8814DB
Tints of Blue Violet #8814DB
RGB
CMYK
RGB Variations
Color information
#8814DB (or 0x8814DB) is known color: Blue Violet. HEX triplet: 88, 14 and DB. RGB value is (136,20,219). Sum of RGB (Red+Green+Blue) = 136+20+219=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #8814DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8814DB is #77EB24. Grayscale: #4C4C4C. Windows color (decimal): -7858981 or 14357640. OLE color: 14357640.
HSL color Cylindrical-coordinate representation of color #8814DB: hue angle of 274.97º degrees, saturation: 0.83, 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 #8814DB is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 20 | 219 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.14 |
| HSL | 274.97º | 0.83% | 0.47% | - |
| HSV(B) | 274.97º | 0.91% | 0.86% | - |
| XYZ | 23.19 | 10.85 | 67.89 | - |
| YUV | 77.37 | 207.93 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 219 | 0.38 | 0.91 | 0 | 0.14 | 274.97 | 0.83 | 0.47 |
| Hex | 88 | 14 | DB | 26 | 5B | 0 | E | 113 | 53 | 2F |
| Octal | 210 | 24 | 333 | 46 | 133 | 0 | 16 | 423 | 123 | 57 |
| Binary | 10001000 | 10100 | 11011011 | 100110 | 1011011 | 0 | 1110 | 100010011 | 1010011 | 101111 |
Color Harmonies of #8814DB
Complementary color
Monochromatic Colors of #8814DB
Black with #8814DB
Text Example
Text Example
White with #8814DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8814DB; }
p { color: rgb(136,20,219); }
H1.HeaderClassName
{
color: #8814DB;
}
.AnyTagClassName
{
color: #8814DB;
}
</style>
background-color css
<style>
a { background-color: #8814DB; }
a { background-color: rgb(136,20,219); }
div.DivClassName
{
background-color: #8814DB;
}
.BgClassName
{
background-color: #8814DB;
}
</style>
border-color css
<style>
span { border-color: #8814DB; }
span { border-color: rgb(136,20,219); }
td.TdClassName
{
border-color: #8814DB;
}
.TagClassName
{
border-color: #8814DB;
}
</style>