Shades of Violet #DC8BE9
Tints of Violet #DC8BE9
RGB
CMYK
RGB Variations
Color information
#DC8BE9 (or 0xDC8BE9) is known color: Violet. HEX triplet: DC, 8B and E9. RGB value is (220,139,233). Sum of RGB (Red+Green+Blue) = 220+139+233=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC8BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BE9 is #237416. Grayscale: #ADADAD. Windows color (decimal): -2323479 or 15305692. OLE color: 15305692.
HSL color Cylindrical-coordinate representation of color #DC8BE9: hue angle of 291.7º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8BE9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 139 | 233 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.09 |
| HSL | 291.7º | 0.68% | 0.73% | - |
| HSV(B) | 291.7º | 0.4% | 0.91% | - |
| XYZ | 53.46 | 39.56 | 81.91 | - |
| YUV | 173.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 233 | 0.06 | 0.40 | 0 | 0.09 | 291.7 | 0.68 | 0.73 |
| Hex | DC | 8B | E9 | 6 | 28 | 0 | 9 | 124 | 44 | 49 |
| Octal | 334 | 213 | 351 | 6 | 50 | 0 | 11 | 444 | 104 | 111 |
| Binary | 11011100 | 10001011 | 11101001 | 110 | 101000 | 0 | 1001 | 100100100 | 1000100 | 1001001 |
Color Harmonies of #DC8BE9
Complementary color
Monochromatic Colors of #DC8BE9
Black with #DC8BE9
Text Example
Text Example
White with #DC8BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BE9; }
p { color: rgb(220,139,233); }
H1.HeaderClassName
{
color: #DC8BE9;
}
.AnyTagClassName
{
color: #DC8BE9;
}
</style>
background-color css
<style>
a { background-color: #DC8BE9; }
a { background-color: rgb(220,139,233); }
div.DivClassName
{
background-color: #DC8BE9;
}
.BgClassName
{
background-color: #DC8BE9;
}
</style>
border-color css
<style>
span { border-color: #DC8BE9; }
span { border-color: rgb(220,139,233); }
td.TdClassName
{
border-color: #DC8BE9;
}
.TagClassName
{
border-color: #DC8BE9;
}
</style>