#DC8DEA

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

Shades of Violet #DC8DEA

Tints of Violet #DC8DEA

Color information

#DC8DEA (or 0xDC8DEA) is unknown color: approx Violet. HEX triplet: DC, 8D and EA. RGB value is (220,141,234). Sum of RGB (Red+Green+Blue) = 220+141+234=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DEA is #237215. Grayscale: #AEAEAE. Windows color (decimal): -2322966 or 15371740. OLE color: 15371740.

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

Color convert

RGB220141234-
CMYK0.060.4000.08
HSL290.97º68.89%73.53%-
HSV(B)290.97º39.74%91.76%-
XYZ53.8940.2182.76-
YUV175.22161.17159.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 141 (55.47% from 255) = 23.70%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=36.97%
G=23.70%
B=39.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201412340.060.4000.08290.9768.8973.53
HexDC8DEA62808123454a
Octal334215352650010443105112
Binary1101110010001101111010101101010000100010010001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DEA; }

 p { color: rgb(220,141,234); }

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

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

 a { background-color: rgb(220,141,234); }

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

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

 span { border-color: rgb(220,141,234); }

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