#df86ef

Color #DF86EF Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DF86EF

Tints of Violet #DF86EF

Color information

#DF86EF (or 0xDF86EF) is unknown color: approx Violet. HEX triplet: DF, 86 and EF. RGB value is (223,134,239). Sum of RGB (Red+Green+Blue) = 223+134+239=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF86EF is #207910. Grayscale: #ACACAC. Windows color (decimal): -2128145 or 15697631. OLE color: 15697631.

HSL color Cylindrical-coordinate representation of color #DF86EF: hue angle of 290.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF86EF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223134239-
CMYK0.070.4400.06
HSL290.86º76.64%73.14%-
HSV(B)290.86º43.93%93.73%-
XYZ54.5438.9786.31-
YUV172.58165.49163.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 134 (52.73% from 255) = 22.48%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=37.42%
G=22.48%
B=40.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231342390.070.4400.06290.8676.6473.14
HexDF86EF72C061234d49
Octal33720635775406443115111
Binary110111111000011011101111111101100011010010001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df86ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df86ef; }

 p { color: rgb(223,134,239); }

 H1.HeaderClassName
 {
   color: #df86ef;
 }
 .AnyTagClassName
 {
   color: #df86ef;
 }
</style>
background-color css

<style>
 a { background-color: #df86ef; }

 a { background-color: rgb(223,134,239); }

 div.DivClassName
 {
   background-color: #df86ef;
 }
 .BgClassName
 {
   background-color: #df86ef;
 }
</style>
border-color css

<style>
 span { border-color: #df86ef; }

 span { border-color: rgb(223,134,239); }

 td.TdClassName
 {
   border-color: #df86ef;
 }
 .TagClassName
 {
   border-color: #df86ef;
 }
</style>