Shades of Violet #DB8AEE
Tints of Violet #DB8AEE
RGB
CMYK
RGB Variations
Color information
#DB8AEE (or 0xDB8AEE) is known color: Violet. HEX triplet: DB, 8A and EE. RGB value is (219,138,238). Sum of RGB (Red+Green+Blue) = 219+138+238=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB8AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AEE is #247511. Grayscale: #ADADAD. Windows color (decimal): -2389266 or 15633115. OLE color: 15633115.
HSL color Cylindrical-coordinate representation of color #DB8AEE: hue angle of 288.6º degrees, saturation: 0.75, 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 #DB8AEE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 138 | 238 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.07 |
| HSL | 288.6º | 0.75% | 0.74% | - |
| HSV(B) | 288.6º | 0.42% | 0.93% | - |
| XYZ | 53.73 | 39.41 | 85.66 | - |
| YUV | 173.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 238 | 0.08 | 0.42 | 0 | 0.07 | 288.6 | 0.75 | 0.74 |
| Hex | DB | 8A | EE | 8 | 2A | 0 | 7 | 121 | 4B | 4A |
| Octal | 333 | 212 | 356 | 10 | 52 | 0 | 7 | 441 | 113 | 112 |
| Binary | 11011011 | 10001010 | 11101110 | 1000 | 101010 | 0 | 111 | 100100001 | 1001011 | 1001010 |
Color Harmonies of #DB8AEE
Complementary color
Monochromatic Colors of #DB8AEE
Black with #DB8AEE
Text Example
Text Example
White with #DB8AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AEE; }
p { color: rgb(219,138,238); }
H1.HeaderClassName
{
color: #DB8AEE;
}
.AnyTagClassName
{
color: #DB8AEE;
}
</style>
background-color css
<style>
a { background-color: #DB8AEE; }
a { background-color: rgb(219,138,238); }
div.DivClassName
{
background-color: #DB8AEE;
}
.BgClassName
{
background-color: #DB8AEE;
}
</style>
border-color css
<style>
span { border-color: #DB8AEE; }
span { border-color: rgb(219,138,238); }
td.TdClassName
{
border-color: #DB8AEE;
}
.TagClassName
{
border-color: #DB8AEE;
}
</style>