Shades of Violet #DC8BE6
Tints of Violet #DC8BE6
RGB
CMYK
RGB Variations
Color information
#DC8BE6 (or 0xDC8BE6) is known color: Violet. HEX triplet: DC, 8B and E6. RGB value is (220,139,230). Sum of RGB (Red+Green+Blue) = 220+139+230=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC8BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BE6 is #237419. Grayscale: #ADADAD. Windows color (decimal): -2323482 or 15109084. OLE color: 15109084.
HSL color Cylindrical-coordinate representation of color #DC8BE6: hue angle of 293.41º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8BE6 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 139 | 230 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.10 |
| HSL | 293.41º | 0.65% | 0.72% | - |
| HSV(B) | 293.41º | 0.4% | 0.9% | - |
| XYZ | 53.03 | 39.39 | 79.67 | - |
| YUV | 173.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 230 | 0.04 | 0.40 | 0 | 0.10 | 293.41 | 0.65 | 0.72 |
| Hex | DC | 8B | E6 | 4 | 28 | 0 | A | 125 | 41 | 48 |
| Octal | 334 | 213 | 346 | 4 | 50 | 0 | 12 | 445 | 101 | 110 |
| Binary | 11011100 | 10001011 | 11100110 | 100 | 101000 | 0 | 1010 | 100100101 | 1000001 | 1001000 |
Color Harmonies of #DC8BE6
Complementary color
Monochromatic Colors of #DC8BE6
Black with #DC8BE6
Text Example
Text Example
White with #DC8BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BE6; }
p { color: rgb(220,139,230); }
H1.HeaderClassName
{
color: #DC8BE6;
}
.AnyTagClassName
{
color: #DC8BE6;
}
</style>
background-color css
<style>
a { background-color: #DC8BE6; }
a { background-color: rgb(220,139,230); }
div.DivClassName
{
background-color: #DC8BE6;
}
.BgClassName
{
background-color: #DC8BE6;
}
</style>
border-color css
<style>
span { border-color: #DC8BE6; }
span { border-color: rgb(220,139,230); }
td.TdClassName
{
border-color: #DC8BE6;
}
.TagClassName
{
border-color: #DC8BE6;
}
</style>