Shades of Violet #DB8DEB
Tints of Violet #DB8DEB
RGB
CMYK
RGB Variations
Color information
#DB8DEB (or 0xDB8DEB) is known color: Violet. HEX triplet: DB, 8D and EB. RGB value is (219,141,235). Sum of RGB (Red+Green+Blue) = 219+141+235=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB8DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DEB is #247214. Grayscale: #AEAEAE. Windows color (decimal): -2388501 or 15437275. OLE color: 15437275.
HSL color Cylindrical-coordinate representation of color #DB8DEB: hue angle of 289.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8DEB is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 141 | 235 | - |
| CMYK | 0.07 | 0.4 | 0 | 0.08 |
| HSL | 289.79º | 0.7% | 0.74% | - |
| HSV(B) | 289.79º | 0.4% | 0.92% | - |
| XYZ | 53.73 | 40.11 | 83.51 | - |
| YUV | 175.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 235 | 0.07 | 0.4 | 0 | 0.08 | 289.79 | 0.7 | 0.74 |
| Hex | DB | 8D | EB | 7 | 28 | 0 | 8 | 122 | 46 | 4A |
| Octal | 333 | 215 | 353 | 7 | 50 | 0 | 10 | 442 | 106 | 112 |
| Binary | 11011011 | 10001101 | 11101011 | 111 | 101000 | 0 | 1000 | 100100010 | 1000110 | 1001010 |
Color Harmonies of #DB8DEB
Complementary color
Monochromatic Colors of #DB8DEB
Black with #DB8DEB
Text Example
Text Example
White with #DB8DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DEB; }
p { color: rgb(219,141,235); }
H1.HeaderClassName
{
color: #DB8DEB;
}
.AnyTagClassName
{
color: #DB8DEB;
}
</style>
background-color css
<style>
a { background-color: #DB8DEB; }
a { background-color: rgb(219,141,235); }
div.DivClassName
{
background-color: #DB8DEB;
}
.BgClassName
{
background-color: #DB8DEB;
}
</style>
border-color css
<style>
span { border-color: #DB8DEB; }
span { border-color: rgb(219,141,235); }
td.TdClassName
{
border-color: #DB8DEB;
}
.TagClassName
{
border-color: #DB8DEB;
}
</style>