#DA86EB

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

Shades of Violet #DA86EB

Tints of Violet #DA86EB

Color information

#DA86EB (or 0xDA86EB) is unknown color: approx Violet. HEX triplet: DA, 86 and EB. RGB value is (218,134,235). Sum of RGB (Red+Green+Blue) = 218+134+235=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA86EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA86EB is #257914. Grayscale: #AAAAAA. Windows color (decimal): -2455829 or 15435482. OLE color: 15435482.

HSL color Cylindrical-coordinate representation of color #DA86EB: hue angle of 289.9º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA86EB is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218134235-
CMYK0.070.4300.08
HSL289.9º71.63%72.35%-
HSV(B)289.9º42.98%92.16%-
XYZ52.4337.9583.16-
YUV170.63164.33161.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 134 (52.73% from 255) = 22.83%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=37.14%
G=22.83%
B=40.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181342350.070.4300.08289.971.6372.35
HexDA86EB72B081224848
Octal332206353753010442110110
Binary1101101010000110111010111111010110100010010001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA86EB; }

 p { color: rgb(218,134,235); }

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

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

 a { background-color: rgb(218,134,235); }

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

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

 span { border-color: rgb(218,134,235); }

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