#DA8AEE

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

Shades of Violet #DA8AEE

Tints of Violet #DA8AEE

Color information

#DA8AEE (or 0xDA8AEE) is unknown color: approx Violet. HEX triplet: DA, 8A and EE. RGB value is (218,138,238). Sum of RGB (Red+Green+Blue) = 218+138+238=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA8AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AEE is #257511. Grayscale: #ADADAD. Windows color (decimal): -2454802 or 15633114. OLE color: 15633114.

HSL color Cylindrical-coordinate representation of color #DA8AEE: hue angle of 288º degrees, saturation: 0.75, 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 #DA8AEE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218138238-
CMYK0.080.4200.07
HSL288º74.63%73.73%-
HSV(B)288º42.02%93.33%-
XYZ53.4339.2685.65-
YUV173.32164.5159.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=36.70%
G=23.23%
B=40.07%

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
Decimal2181382380.080.4200.0728874.6373.73
HexDA8AEE82A071204b4a
Octal332212356105207440113112
Binary1101101010001010111011101000101010011110010000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8AEE; }

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

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

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

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

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

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

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

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