Shades of Plum #DC9BEF
Tints of Plum #DC9BEF
RGB
CMYK
RGB Variations
Color information
#DC9BEF (or 0xDC9BEF) is known color: Plum. HEX triplet: DC, 9B and EF. RGB value is (220,155,239). Sum of RGB (Red+Green+Blue) = 220+155+239=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BEF is #236410. Grayscale: #B7B7B7. Windows color (decimal): -2319377 or 15703004. OLE color: 15703004.
HSL color Cylindrical-coordinate representation of color #DC9BEF: hue angle of 286.43º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9BEF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 155 | 239 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.06 |
| HSL | 286.43º | 0.72% | 0.77% | - |
| HSV(B) | 286.43º | 0.35% | 0.94% | - |
| XYZ | 56.82 | 44.89 | 87.33 | - |
| YUV | 184.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 239 | 0.08 | 0.35 | 0 | 0.06 | 286.43 | 0.72 | 0.77 |
| Hex | DC | 9B | EF | 8 | 23 | 0 | 6 | 11E | 48 | 4D |
| Octal | 334 | 233 | 357 | 10 | 43 | 0 | 6 | 436 | 110 | 115 |
| Binary | 11011100 | 10011011 | 11101111 | 1000 | 100011 | 0 | 110 | 100011110 | 1001000 | 1001101 |
Color Harmonies of #DC9BEF
Complementary color
Monochromatic Colors of #DC9BEF
Black with #DC9BEF
Text Example
Text Example
White with #DC9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BEF; }
p { color: rgb(220,155,239); }
H1.HeaderClassName
{
color: #DC9BEF;
}
.AnyTagClassName
{
color: #DC9BEF;
}
</style>
background-color css
<style>
a { background-color: #DC9BEF; }
a { background-color: rgb(220,155,239); }
div.DivClassName
{
background-color: #DC9BEF;
}
.BgClassName
{
background-color: #DC9BEF;
}
</style>
border-color css
<style>
span { border-color: #DC9BEF; }
span { border-color: rgb(220,155,239); }
td.TdClassName
{
border-color: #DC9BEF;
}
.TagClassName
{
border-color: #DC9BEF;
}
</style>