#DC8CEA

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

Shades of Violet #DC8CEA

Tints of Violet #DC8CEA

Color information

#DC8CEA (or 0xDC8CEA) is unknown color: approx Violet. HEX triplet: DC, 8C and EA. RGB value is (220,140,234). Sum of RGB (Red+Green+Blue) = 220+140+234=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC8CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CEA is #237315. Grayscale: #AEAEAE. Windows color (decimal): -2323222 or 15371484. OLE color: 15371484.

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

Color convert

RGB220140234-
CMYK0.060.4000.08
HSL291.06º69.12%73.33%-
HSV(B)291.06º40.17%91.76%-
XYZ53.7439.9182.71-
YUV174.64161.5160.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 140 (55.08% from 255) = 23.57%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=37.04%
G=23.57%
B=39.39%

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
Decimal2201402340.060.4000.08291.0669.1273.33
HexDC8CEA628081234549
Octal334214352650010443105111
Binary1101110010001100111010101101010000100010010001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CEA; }

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

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

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

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

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

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

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

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