Shades of Violet #DC8BEB
Tints of Violet #DC8BEB
RGB
CMYK
RGB Variations
Color information
#DC8BEB (or 0xDC8BEB) is known color: Violet. HEX triplet: DC, 8B and EB. RGB value is (220,139,235). Sum of RGB (Red+Green+Blue) = 220+139+235=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 139 (54.69% from 255 or 23.40% 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 #DC8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BEB is #237414. Grayscale: #ADADAD. Windows color (decimal): -2323477 or 15436764. OLE color: 15436764.
HSL color Cylindrical-coordinate representation of color #DC8BEB: hue angle of 290.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8BEB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 139 | 235 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.08 |
| HSL | 290.63º | 0.71% | 0.73% | - |
| HSV(B) | 290.63º | 0.41% | 0.92% | - |
| XYZ | 53.74 | 39.68 | 83.42 | - |
| YUV | 174.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 235 | 0.06 | 0.41 | 0 | 0.08 | 290.63 | 0.71 | 0.73 |
| Hex | DC | 8B | EB | 6 | 29 | 0 | 8 | 123 | 47 | 49 |
| Octal | 334 | 213 | 353 | 6 | 51 | 0 | 10 | 443 | 107 | 111 |
| Binary | 11011100 | 10001011 | 11101011 | 110 | 101001 | 0 | 1000 | 100100011 | 1000111 | 1001001 |
Color Harmonies of #DC8BEB
Complementary color
Monochromatic Colors of #DC8BEB
Black with #DC8BEB
Text Example
Text Example
White with #DC8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BEB; }
p { color: rgb(220,139,235); }
H1.HeaderClassName
{
color: #DC8BEB;
}
.AnyTagClassName
{
color: #DC8BEB;
}
</style>
background-color css
<style>
a { background-color: #DC8BEB; }
a { background-color: rgb(220,139,235); }
div.DivClassName
{
background-color: #DC8BEB;
}
.BgClassName
{
background-color: #DC8BEB;
}
</style>
border-color css
<style>
span { border-color: #DC8BEB; }
span { border-color: rgb(220,139,235); }
td.TdClassName
{
border-color: #DC8BEB;
}
.TagClassName
{
border-color: #DC8BEB;
}
</style>