#DC8BE5

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

Shades of Violet #DC8BE5

Tints of Violet #DC8BE5

Color information

#DC8BE5 (or 0xDC8BE5) is unknown color: approx Violet. HEX triplet: DC, 8B and E5. RGB value is (220,139,229). Sum of RGB (Red+Green+Blue) = 220+139+229=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BE5 is #23741A. Grayscale: #ADADAD. Windows color (decimal): -2323483 or 15043548. OLE color: 15043548.

HSL color Cylindrical-coordinate representation of color #DC8BE5: hue angle of 294º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8BE5 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220139229-
CMYK0.040.3900.10
HSL294º63.38%72.16%-
HSV(B)294º39.3%89.8%-
XYZ52.8939.3478.93-
YUV173.48159.34161.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 139 (54.69% from 255) = 23.64%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=37.41%
G=23.64%
B=38.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201392290.040.3900.1029463.3872.16
HexDC8BE54270A1263f48
Octal33421334544701244677110
Binary110111001000101111100101100100111010101001001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8BE5; }

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

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

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

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

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

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

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

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