Shades of Violet #DB8CEB
Tints of Violet #DB8CEB
RGB
CMYK
RGB Variations
Color information
#DB8CEB (or 0xDB8CEB) is known color: Violet. HEX triplet: DB, 8C and EB. RGB value is (219,140,235). Sum of RGB (Red+Green+Blue) = 219+140+235=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CEB is #247314. Grayscale: #AEAEAE. Windows color (decimal): -2388757 or 15437019. OLE color: 15437019.
HSL color Cylindrical-coordinate representation of color #DB8CEB: hue angle of 289.89º 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 #DB8CEB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 140 | 235 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.08 |
| HSL | 289.89º | 0.7% | 0.74% | - |
| HSV(B) | 289.89º | 0.4% | 0.92% | - |
| XYZ | 53.59 | 39.81 | 83.46 | - |
| YUV | 174.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 235 | 0.07 | 0.40 | 0 | 0.08 | 289.89 | 0.7 | 0.74 |
| Hex | DB | 8C | EB | 7 | 28 | 0 | 8 | 122 | 46 | 4A |
| Octal | 333 | 214 | 353 | 7 | 50 | 0 | 10 | 442 | 106 | 112 |
| Binary | 11011011 | 10001100 | 11101011 | 111 | 101000 | 0 | 1000 | 100100010 | 1000110 | 1001010 |
Color Harmonies of #DB8CEB
Complementary color
Monochromatic Colors of #DB8CEB
Black with #DB8CEB
Text Example
Text Example
White with #DB8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CEB; }
p { color: rgb(219,140,235); }
H1.HeaderClassName
{
color: #DB8CEB;
}
.AnyTagClassName
{
color: #DB8CEB;
}
</style>
background-color css
<style>
a { background-color: #DB8CEB; }
a { background-color: rgb(219,140,235); }
div.DivClassName
{
background-color: #DB8CEB;
}
.BgClassName
{
background-color: #DB8CEB;
}
</style>
border-color css
<style>
span { border-color: #DB8CEB; }
span { border-color: rgb(219,140,235); }
td.TdClassName
{
border-color: #DB8CEB;
}
.TagClassName
{
border-color: #DB8CEB;
}
</style>