#DA8AEA

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

Shades of Violet #DA8AEA

Tints of Violet #DA8AEA

Color information

#DA8AEA (or 0xDA8AEA) is unknown color: approx Violet. HEX triplet: DA, 8A and EA. RGB value is (218,138,234). Sum of RGB (Red+Green+Blue) = 218+138+234=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA8AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AEA is #257515. Grayscale: #ACACAC. Windows color (decimal): -2454806 or 15370970. OLE color: 15370970.

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

Color convert

RGB218138234-
CMYK0.070.4100.08
HSL290º69.57%72.94%-
HSV(B)290º41.03%91.76%-
XYZ52.8539.0282.59-
YUV172.86162.5160.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 138 (54.30% from 255) = 23.39%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=36.95%
G=23.39%
B=39.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181382340.070.4100.0829069.5772.94
HexDA8AEA729081224649
Octal332212352751010442106111
Binary1101101010001010111010101111010010100010010001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8AEA; }

 p { color: rgb(218,138,234); }

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

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

 a { background-color: rgb(218,138,234); }

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

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

 span { border-color: rgb(218,138,234); }

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