#DB8AEE

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

Shades of Violet #DB8AEE

Tints of Violet #DB8AEE

Color information

#DB8AEE (or 0xDB8AEE) is unknown color: approx Violet. HEX triplet: DB, 8A and EE. RGB value is (219,138,238). Sum of RGB (Red+Green+Blue) = 219+138+238=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB8AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AEE is #247511. Grayscale: #ADADAD. Windows color (decimal): -2389266 or 15633115. OLE color: 15633115.

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

Color convert

RGB219138238-
CMYK0.080.4200.07
HSL288.6º74.63%73.73%-
HSV(B)288.6º42.02%93.33%-
XYZ53.7339.4185.66-
YUV173.62164.34160.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 238 (93.36% from 255) = 40%
R=36.81%
G=23.19%
B=40%

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
Decimal2191382380.080.4200.07288.674.6373.73
HexDB8AEE82A071214b4a
Octal333212356105207441113112
Binary1101101110001010111011101000101010011110010000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AEE; }

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

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

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

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

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

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

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

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