#DC8BEA

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

Shades of Violet #DC8BEA

Tints of Violet #DC8BEA

Color information

#DC8BEA (or 0xDC8BEA) is unknown color: approx Violet. HEX triplet: DC, 8B and EA. RGB value is (220,139,234). Sum of RGB (Red+Green+Blue) = 220+139+234=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BEA is #237415. Grayscale: #ADADAD. Windows color (decimal): -2323478 or 15371228. OLE color: 15371228.

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

Color convert

RGB220139234-
CMYK0.060.4100.08
HSL291.16º69.34%73.14%-
HSV(B)291.16º40.6%91.76%-
XYZ53.639.6282.66-
YUV174.05161.84160.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 139 (54.69% from 255) = 23.44%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=37.10%
G=23.44%
B=39.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201392340.060.4100.08291.1669.3473.14
HexDC8BEA629081234549
Octal334213352651010443105111
Binary1101110010001011111010101101010010100010010001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8BEA; }

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

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

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

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

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

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

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

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