#DB8AEA

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

Shades of Violet #DB8AEA

Tints of Violet #DB8AEA

Color information

#DB8AEA (or 0xDB8AEA) is unknown color: approx Violet. HEX triplet: DB, 8A and EA. RGB value is (219,138,234). Sum of RGB (Red+Green+Blue) = 219+138+234=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB8AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AEA is #247515. Grayscale: #ACACAC. Windows color (decimal): -2389270 or 15370971. OLE color: 15370971.

HSL color Cylindrical-coordinate representation of color #DB8AEA: hue angle of 290.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8AEA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219138234-
CMYK0.060.4100.08
HSL290.62º69.57%72.94%-
HSV(B)290.62º41.03%91.76%-
XYZ53.1539.1882.6-
YUV173.16162.34160.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=37.06%
G=23.35%
B=39.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191382340.060.4100.08290.6269.5772.94
HexDB8AEA629081234649
Octal333212352651010443106111
Binary1101101110001010111010101101010010100010010001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AEA; }

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

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

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

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

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

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

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

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