#DA8DEA

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

Shades of Violet #DA8DEA

Tints of Violet #DA8DEA

Color information

#DA8DEA (or 0xDA8DEA) is unknown color: approx Violet. HEX triplet: DA, 8D and EA. RGB value is (218,141,234). Sum of RGB (Red+Green+Blue) = 218+141+234=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8DEA is #257215. Grayscale: #AEAEAE. Windows color (decimal): -2454038 or 15371738. OLE color: 15371738.

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

Color convert

RGB218141234-
CMYK0.070.4000.08
HSL289.68º68.89%73.53%-
HSV(B)289.68º39.74%91.76%-
XYZ53.2939.982.73-
YUV174.62161.51158.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=36.76%
G=23.78%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181412340.070.4000.08289.6868.8973.53
HexDA8DEA72808122454a
Octal332215352750010442105112
Binary1101101010001101111010101111010000100010010001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DEA; }

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

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

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

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

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

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

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

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