Shades of Violet #DB8AED
Tints of Violet #DB8AED
RGB
CMYK
RGB Variations
Color information
#DB8AED (or 0xDB8AED) is known color: Violet. HEX triplet: DB, 8A and ED. RGB value is (219,138,237). Sum of RGB (Red+Green+Blue) = 219+138+237=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AED is #247512. Grayscale: #ADADAD. Windows color (decimal): -2389267 or 15567579. OLE color: 15567579.
HSL color Cylindrical-coordinate representation of color #DB8AED: hue angle of 289.09º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8AED is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 138 | 237 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.07 |
| HSL | 289.09º | 0.73% | 0.74% | - |
| HSV(B) | 289.09º | 0.42% | 0.93% | - |
| XYZ | 53.59 | 39.35 | 84.89 | - |
| YUV | 173.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 237 | 0.08 | 0.42 | 0 | 0.07 | 289.09 | 0.73 | 0.74 |
| Hex | DB | 8A | ED | 8 | 2A | 0 | 7 | 121 | 49 | 4A |
| Octal | 333 | 212 | 355 | 10 | 52 | 0 | 7 | 441 | 111 | 112 |
| Binary | 11011011 | 10001010 | 11101101 | 1000 | 101010 | 0 | 111 | 100100001 | 1001001 | 1001010 |
Color Harmonies of #DB8AED
Complementary color
Monochromatic Colors of #DB8AED
Black with #DB8AED
Text Example
Text Example
White with #DB8AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AED; }
p { color: rgb(219,138,237); }
H1.HeaderClassName
{
color: #DB8AED;
}
.AnyTagClassName
{
color: #DB8AED;
}
</style>
background-color css
<style>
a { background-color: #DB8AED; }
a { background-color: rgb(219,138,237); }
div.DivClassName
{
background-color: #DB8AED;
}
.BgClassName
{
background-color: #DB8AED;
}
</style>
border-color css
<style>
span { border-color: #DB8AED; }
span { border-color: rgb(219,138,237); }
td.TdClassName
{
border-color: #DB8AED;
}
.TagClassName
{
border-color: #DB8AED;
}
</style>