#DA8DEB

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

Shades of Violet #DA8DEB

Tints of Violet #DA8DEB

Color information

#DA8DEB (or 0xDA8DEB) is unknown color: approx Violet. HEX triplet: DA, 8D and EB. RGB value is (218,141,235). Sum of RGB (Red+Green+Blue) = 218+141+235=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA8DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8DEB is #257214. Grayscale: #AEAEAE. Windows color (decimal): -2454037 or 15437274. OLE color: 15437274.

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

Color convert

RGB218141235-
CMYK0.070.400.08
HSL289.15º70.15%73.73%-
HSV(B)289.15º40%92.16%-
XYZ53.4339.9583.49-
YUV174.74162.01158.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=36.70%
G=23.74%
B=39.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181412350.070.400.08289.1570.1573.73
HexDA8DEB72808121464a
Octal332215353750010441106112
Binary1101101010001101111010111111010000100010010000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DEB; }

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

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

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

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

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

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

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

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