Shades of Violet #DC8BE5
Tints of Violet #DC8BE5
RGB
CMYK
RGB Variations
Color information
#DC8BE5 (or 0xDC8BE5) is known color: Violet. HEX triplet: DC, 8B and E5. RGB value is (220,139,229). Sum of RGB (Red+Green+Blue) = 220+139+229=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BE5 is #23741A. Grayscale: #ADADAD. Windows color (decimal): -2323483 or 15043548. OLE color: 15043548.
HSL color Cylindrical-coordinate representation of color #DC8BE5: hue angle of 294º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8BE5 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 139 | 229 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.10 |
| HSL | 294º | 0.63% | 0.72% | - |
| HSV(B) | 294º | 0.39% | 0.9% | - |
| XYZ | 52.89 | 39.34 | 78.93 | - |
| YUV | 173.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 229 | 0.04 | 0.39 | 0 | 0.10 | 294 | 0.63 | 0.72 |
| Hex | DC | 8B | E5 | 4 | 27 | 0 | A | 126 | 3F | 48 |
| Octal | 334 | 213 | 345 | 4 | 47 | 0 | 12 | 446 | 77 | 110 |
| Binary | 11011100 | 10001011 | 11100101 | 100 | 100111 | 0 | 1010 | 100100110 | 111111 | 1001000 |
Color Harmonies of #DC8BE5
Complementary color
Monochromatic Colors of #DC8BE5
Black with #DC8BE5
Text Example
Text Example
White with #DC8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BE5; }
p { color: rgb(220,139,229); }
H1.HeaderClassName
{
color: #DC8BE5;
}
.AnyTagClassName
{
color: #DC8BE5;
}
</style>
background-color css
<style>
a { background-color: #DC8BE5; }
a { background-color: rgb(220,139,229); }
div.DivClassName
{
background-color: #DC8BE5;
}
.BgClassName
{
background-color: #DC8BE5;
}
</style>
border-color css
<style>
span { border-color: #DC8BE5; }
span { border-color: rgb(220,139,229); }
td.TdClassName
{
border-color: #DC8BE5;
}
.TagClassName
{
border-color: #DC8BE5;
}
</style>