#880595

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

Shades of Dark Magenta #880595

Tints of Dark Magenta #880595

Color information

#880595 (or 0x880595) is unknown color: approx Dark Magenta. HEX triplet: 88, 05 and 95. RGB value is (136,5,149). Sum of RGB (Red+Green+Blue) = 136+5+149=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #880595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880595 is #77FA6A. Grayscale: #3C3C3C. Windows color (decimal): -7862891 or 9766280. OLE color: 9766280.

HSL color Cylindrical-coordinate representation of color #880595: hue angle of 294.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880595 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1365149-
CMYK0.090.9700.42
HSL294.58º93.51%30.2%-
HSV(B)294.58º96.64%58.43%-
XYZ15.637.5129.06-
YUV60.59177.9181.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 5 (2.34% from 255) = 1.72%
BLUE value IS 149 (58.59% from 255) = 51.38%
R=46.90%
G=1.72%
B=51.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13651490.090.9700.42294.5893.5130.2
Hex8859596102A1275e1e
Octal21052251114105244713636
Binary1000100010110010101100111000010101010100100111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880595; }

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

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

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

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

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

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

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

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