#880E85

Color #880E85 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #880E85

Tints of Dark Magenta #880E85

Color information

#880E85 (or 0x880E85) is unknown color: approx Dark Magenta. HEX triplet: 88, 0E and 85. RGB value is (136,14,133). Sum of RGB (Red+Green+Blue) = 136+14+133=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #880E85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880E85 is #77F17A. Grayscale: #3F3F3F. Windows color (decimal): -7860603 or 8720008. OLE color: 8720008.

HSL color Cylindrical-coordinate representation of color #880E85: hue angle of 301.48º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E85 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13614133-
CMYK00.900.020.47
HSL301.48º81.33%29.41%-
HSV(B)301.48º89.71%53.33%-
XYZ14.547.2422.82-
YUV64.04166.92179.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 14 (5.86% from 255) = 4.95%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=48.06%
G=4.95%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361413300.900.020.47301.4881.3329.41
Hex88E8505A22F12d511d
Octal21016205013225745512135
Binary100010001110100001010101101010101111100101101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880E85; }

 p { color: rgb(136,14,133); }

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

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

 a { background-color: rgb(136,14,133); }

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

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

 span { border-color: rgb(136,14,133); }

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