#DA8CEB

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

Shades of Violet #DA8CEB

Tints of Violet #DA8CEB

Color information

#DA8CEB (or 0xDA8CEB) is unknown color: approx Violet. HEX triplet: DA, 8C and EB. RGB value is (218,140,235). Sum of RGB (Red+Green+Blue) = 218+140+235=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CEB is #257314. Grayscale: #ADADAD. Windows color (decimal): -2454293 or 15437018. OLE color: 15437018.

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

Color convert

RGB218140235-
CMYK0.070.4000.08
HSL289.26º70.37%73.53%-
HSV(B)289.26º40.43%92.16%-
XYZ53.2939.6683.44-
YUV174.15162.34159.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 140 (55.08% from 255) = 23.61%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=36.76%
G=23.61%
B=39.63%

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
Decimal2181402350.070.4000.08289.2670.3773.53
HexDA8CEB72808121464a
Octal332214353750010441106112
Binary1101101010001100111010111111010000100010010000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CEB; }

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

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

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

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

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

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

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

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