#880E95

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

Shades of Dark Magenta #880E95

Tints of Dark Magenta #880E95

Color information

#880E95 (or 0x880E95) is unknown color: approx Dark Magenta. HEX triplet: 88, 0E and 95. RGB value is (136,14,149). Sum of RGB (Red+Green+Blue) = 136+14+149=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #880E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880E95 is #77F16A. Grayscale: #414141. Windows color (decimal): -7860587 or 9768584. OLE color: 9768584.

HSL color Cylindrical-coordinate representation of color #880E95: hue angle of 294.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880E95 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13614149-
CMYK0.090.9100.42
HSL294.22º82.82%31.96%-
HSV(B)294.22º90.6%58.43%-
XYZ15.747.7229.09-
YUV65.87174.92178.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 14 (5.86% from 255) = 4.68%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=45.48%
G=4.68%
B=49.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136141490.090.9100.42294.2282.8231.96
Hex88E9595B02A1265320
Octal210162251113305244612340
Binary100010001110100101011001101101101010101001001101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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