#DC8AED

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

Shades of Violet #DC8AED

Tints of Violet #DC8AED

Color information

#DC8AED (or 0xDC8AED) is unknown color: approx Violet. HEX triplet: DC, 8A and ED. RGB value is (220,138,237). Sum of RGB (Red+Green+Blue) = 220+138+237=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8AED is #237512. Grayscale: #ADADAD. Windows color (decimal): -2323731 or 15567580. OLE color: 15567580.

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

Color convert

RGB220138237-
CMYK0.070.4200.07
HSL289.7º73.33%73.53%-
HSV(B)289.7º41.77%92.94%-
XYZ53.8939.5184.91-
YUV173.8163.67160.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=36.97%
G=23.19%
B=39.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201382370.070.4200.07289.773.3373.53
HexDC8AED72A07122494a
Octal33421235575207442111112
Binary110111001000101011101101111101010011110010001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AED; }

 p { color: rgb(220,138,237); }

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

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

 a { background-color: rgb(220,138,237); }

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

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

 span { border-color: rgb(220,138,237); }

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