Shades of Violet #DB87EF
Tints of Violet #DB87EF
RGB
CMYK
RGB Variations
Color information
#DB87EF (or 0xDB87EF) is known color: Violet. HEX triplet: DB, 87 and EF. RGB value is (219,135,239). Sum of RGB (Red+Green+Blue) = 219+135+239=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB87EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB87EF is #247810. Grayscale: #ABABAB. Windows color (decimal): -2390033 or 15697883. OLE color: 15697883.
HSL color Cylindrical-coordinate representation of color #DB87EF: hue angle of 288.46º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB87EF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 135 | 239 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.06 |
| HSL | 288.46º | 0.76% | 0.73% | - |
| HSV(B) | 288.46º | 0.44% | 0.94% | - |
| XYZ | 53.46 | 38.62 | 86.3 | - |
| YUV | 171.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 239 | 0.08 | 0.44 | 0 | 0.06 | 288.46 | 0.76 | 0.73 |
| Hex | DB | 87 | EF | 8 | 2C | 0 | 6 | 120 | 4C | 49 |
| Octal | 333 | 207 | 357 | 10 | 54 | 0 | 6 | 440 | 114 | 111 |
| Binary | 11011011 | 10000111 | 11101111 | 1000 | 101100 | 0 | 110 | 100100000 | 1001100 | 1001001 |
Color Harmonies of #DB87EF
Complementary color
Monochromatic Colors of #DB87EF
Black with #DB87EF
Text Example
Text Example
White with #DB87EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87EF; }
p { color: rgb(219,135,239); }
H1.HeaderClassName
{
color: #DB87EF;
}
.AnyTagClassName
{
color: #DB87EF;
}
</style>
background-color css
<style>
a { background-color: #DB87EF; }
a { background-color: rgb(219,135,239); }
div.DivClassName
{
background-color: #DB87EF;
}
.BgClassName
{
background-color: #DB87EF;
}
</style>
border-color css
<style>
span { border-color: #DB87EF; }
span { border-color: rgb(219,135,239); }
td.TdClassName
{
border-color: #DB87EF;
}
.TagClassName
{
border-color: #DB87EF;
}
</style>