#DA8AED

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

Shades of Violet #DA8AED

Tints of Violet #DA8AED

Color information

#DA8AED (or 0xDA8AED) is unknown color: approx Violet. HEX triplet: DA, 8A and ED. RGB value is (218,138,237). Sum of RGB (Red+Green+Blue) = 218+138+237=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AED is #257512. Grayscale: #ACACAC. Windows color (decimal): -2454803 or 15567578. OLE color: 15567578.

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

Color convert

RGB218138237-
CMYK0.080.4200.07
HSL288.48º73.33%73.53%-
HSV(B)288.48º41.77%92.94%-
XYZ53.2939.284.88-
YUV173.21164159.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=36.76%
G=23.27%
B=39.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181382370.080.4200.07288.4873.3373.53
HexDA8AED82A07120494a
Octal332212355105207440111112
Binary1101101010001010111011011000101010011110010000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8AED; }

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

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

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

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

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

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

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

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