#DA8BEA

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

Shades of Violet #DA8BEA

Tints of Violet #DA8BEA

Color information

#DA8BEA (or 0xDA8BEA) is unknown color: approx Violet. HEX triplet: DA, 8B and EA. RGB value is (218,139,234). Sum of RGB (Red+Green+Blue) = 218+139+234=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 139 (54.69% from 255 or 23.52% 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 #DA8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8BEA is #257415. Grayscale: #ADADAD. Windows color (decimal): -2454550 or 15371226. OLE color: 15371226.

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

Color convert

RGB218139234-
CMYK0.070.4100.08
HSL289.89º69.34%73.14%-
HSV(B)289.89º40.6%91.76%-
XYZ5339.3182.64-
YUV173.45162.17159.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 139 (54.69% from 255) = 23.52%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=36.89%
G=23.52%
B=39.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181392340.070.4100.08289.8969.3473.14
HexDA8BEA729081224549
Octal332213352751010442105111
Binary1101101010001011111010101111010010100010010001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BEA; }

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

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

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

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

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

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

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

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