#880FA0

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

Shades of Dark Magenta #880FA0

Tints of Dark Magenta #880FA0

Color information

#880FA0 (or 0x880FA0) is unknown color: approx Dark Magenta. HEX triplet: 88, 0F and A0. RGB value is (136,15,160). Sum of RGB (Red+Green+Blue) = 136+15+160=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #880FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880FA0 is #77F05F. Grayscale: #434343. Windows color (decimal): -7860320 or 10489736. OLE color: 10489736.

HSL color Cylindrical-coordinate representation of color #880FA0: hue angle of 290.07º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880FA0 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13615160-
CMYK0.150.9100.37
HSL290.07º82.86%34.31%-
HSV(B)290.07º90.62%62.75%-
XYZ16.678.1133.95-
YUV67.71180.09176.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 160 (62.89% from 255) = 51.45%
R=43.73%
G=4.82%
B=51.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal136151600.150.9100.37290.0782.8634.31
Hex88FA0F5B0251225322
Octal210172401713304544212342
Binary100010001111101000001111101101101001011001000101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,15,160); }

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

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

 a { background-color: rgb(136,15,160); }

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

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

 span { border-color: rgb(136,15,160); }

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