Shades of Violet #DF8BEF
Tints of Violet #DF8BEF
RGB
CMYK
RGB Variations
Color information
#DF8BEF (or 0xDF8BEF) is known color: Violet. HEX triplet: DF, 8B and EF. RGB value is (223,139,239). Sum of RGB (Red+Green+Blue) = 223+139+239=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF8BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8BEF is #207410. Grayscale: #AFAFAF. Windows color (decimal): -2126865 or 15698911. OLE color: 15698911.
HSL color Cylindrical-coordinate representation of color #DF8BEF: hue angle of 290.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8BEF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 139 | 239 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.06 |
| HSL | 290.4º | 0.76% | 0.74% | - |
| HSV(B) | 290.4º | 0.42% | 0.94% | - |
| XYZ | 55.24 | 40.39 | 86.54 | - |
| YUV | 175.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 239 | 0.07 | 0.42 | 0 | 0.06 | 290.4 | 0.76 | 0.74 |
| Hex | DF | 8B | EF | 7 | 2A | 0 | 6 | 122 | 4C | 4A |
| Octal | 337 | 213 | 357 | 7 | 52 | 0 | 6 | 442 | 114 | 112 |
| Binary | 11011111 | 10001011 | 11101111 | 111 | 101010 | 0 | 110 | 100100010 | 1001100 | 1001010 |
Color Harmonies of #DF8BEF
Complementary color
Monochromatic Colors of #DF8BEF
Black with #DF8BEF
Text Example
Text Example
White with #DF8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BEF; }
p { color: rgb(223,139,239); }
H1.HeaderClassName
{
color: #DF8BEF;
}
.AnyTagClassName
{
color: #DF8BEF;
}
</style>
background-color css
<style>
a { background-color: #DF8BEF; }
a { background-color: rgb(223,139,239); }
div.DivClassName
{
background-color: #DF8BEF;
}
.BgClassName
{
background-color: #DF8BEF;
}
</style>
border-color css
<style>
span { border-color: #DF8BEF; }
span { border-color: rgb(223,139,239); }
td.TdClassName
{
border-color: #DF8BEF;
}
.TagClassName
{
border-color: #DF8BEF;
}
</style>