Shades of Violet #DC8BE7
Tints of Violet #DC8BE7
RGB
CMYK
RGB Variations
Color information
#DC8BE7 (or 0xDC8BE7) is known color: Violet. HEX triplet: DC, 8B and E7. RGB value is (220,139,231). Sum of RGB (Red+Green+Blue) = 220+139+231=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC8BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BE7 is #237418. Grayscale: #ADADAD. Windows color (decimal): -2323481 or 15174620. OLE color: 15174620.
HSL color Cylindrical-coordinate representation of color #DC8BE7: hue angle of 292.83º degrees, saturation: 0.66, 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 #DC8BE7 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 139 | 231 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.09 |
| HSL | 292.83º | 0.66% | 0.73% | - |
| HSV(B) | 292.83º | 0.4% | 0.91% | - |
| XYZ | 53.17 | 39.45 | 80.41 | - |
| YUV | 173.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 231 | 0.05 | 0.40 | 0 | 0.09 | 292.83 | 0.66 | 0.73 |
| Hex | DC | 8B | E7 | 5 | 28 | 0 | 9 | 125 | 42 | 49 |
| Octal | 334 | 213 | 347 | 5 | 50 | 0 | 11 | 445 | 102 | 111 |
| Binary | 11011100 | 10001011 | 11100111 | 101 | 101000 | 0 | 1001 | 100100101 | 1000010 | 1001001 |
Color Harmonies of #DC8BE7
Complementary color
Monochromatic Colors of #DC8BE7
Black with #DC8BE7
Text Example
Text Example
White with #DC8BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BE7; }
p { color: rgb(220,139,231); }
H1.HeaderClassName
{
color: #DC8BE7;
}
.AnyTagClassName
{
color: #DC8BE7;
}
</style>
background-color css
<style>
a { background-color: #DC8BE7; }
a { background-color: rgb(220,139,231); }
div.DivClassName
{
background-color: #DC8BE7;
}
.BgClassName
{
background-color: #DC8BE7;
}
</style>
border-color css
<style>
span { border-color: #DC8BE7; }
span { border-color: rgb(220,139,231); }
td.TdClassName
{
border-color: #DC8BE7;
}
.TagClassName
{
border-color: #DC8BE7;
}
</style>