#880FA8

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

Shades of Dark Magenta #880FA8

Tints of Dark Magenta #880FA8

Color information

#880FA8 (or 0x880FA8) is unknown color: approx Dark Magenta. HEX triplet: 88, 0F and A8. RGB value is (136,15,168). Sum of RGB (Red+Green+Blue) = 136+15+168=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 168 (66.02% from 255 or 52.66% from 319); Max value from RGB is 168 - color contains mainly: blue. Hex color #880FA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880FA8 is #77F057. Grayscale: #444444. Windows color (decimal): -7860312 or 11014024. OLE color: 11014024.

HSL color Cylindrical-coordinate representation of color #880FA8: hue angle of 287.45º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880FA8 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13615168-
CMYK0.190.9100.34
HSL287.45º83.61%35.88%-
HSV(B)287.45º91.07%65.88%-
XYZ17.398.437.75-
YUV68.62184.09176.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 15 (6.25% from 255) = 4.70%
BLUE value IS 168 (66.02% from 255) = 52.66%
R=42.63%
G=4.70%
B=52.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal136151680.190.9100.34287.4583.6135.88
Hex88FA8135B02211f5424
Octal210172502313304243712444
Binary1000100011111010100010011101101101000101000111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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