Shades of Violet #DB8AEC
Tints of Violet #DB8AEC
RGB
CMYK
RGB Variations
Color information
#DB8AEC (or 0xDB8AEC) is known color: Violet. HEX triplet: DB, 8A and EC. RGB value is (219,138,236). Sum of RGB (Red+Green+Blue) = 219+138+236=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB8AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AEC is #247513. Grayscale: #ADADAD. Windows color (decimal): -2389268 or 15502043. OLE color: 15502043.
HSL color Cylindrical-coordinate representation of color #DB8AEC: hue angle of 289.59º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8AEC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 138 | 236 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.07 |
| HSL | 289.59º | 0.72% | 0.73% | - |
| HSV(B) | 289.59º | 0.42% | 0.93% | - |
| XYZ | 53.44 | 39.29 | 84.12 | - |
| YUV | 173.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 236 | 0.07 | 0.42 | 0 | 0.07 | 289.59 | 0.72 | 0.73 |
| Hex | DB | 8A | EC | 7 | 2A | 0 | 7 | 122 | 48 | 49 |
| Octal | 333 | 212 | 354 | 7 | 52 | 0 | 7 | 442 | 110 | 111 |
| Binary | 11011011 | 10001010 | 11101100 | 111 | 101010 | 0 | 111 | 100100010 | 1001000 | 1001001 |
Color Harmonies of #DB8AEC
Complementary color
Monochromatic Colors of #DB8AEC
Black with #DB8AEC
Text Example
Text Example
White with #DB8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AEC; }
p { color: rgb(219,138,236); }
H1.HeaderClassName
{
color: #DB8AEC;
}
.AnyTagClassName
{
color: #DB8AEC;
}
</style>
background-color css
<style>
a { background-color: #DB8AEC; }
a { background-color: rgb(219,138,236); }
div.DivClassName
{
background-color: #DB8AEC;
}
.BgClassName
{
background-color: #DB8AEC;
}
</style>
border-color css
<style>
span { border-color: #DB8AEC; }
span { border-color: rgb(219,138,236); }
td.TdClassName
{
border-color: #DB8AEC;
}
.TagClassName
{
border-color: #DB8AEC;
}
</style>