#880495

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

Shades of Dark Magenta #880495

Tints of Dark Magenta #880495

Color information

#880495 (or 0x880495) is unknown color: approx Dark Magenta. HEX triplet: 88, 04 and 95. RGB value is (136,4,149). Sum of RGB (Red+Green+Blue) = 136+4+149=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #880495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880495 is #77FB6A. Grayscale: #3B3B3B. Windows color (decimal): -7863147 or 9766024. OLE color: 9766024.

HSL color Cylindrical-coordinate representation of color #880495: hue angle of 294.62º degrees, saturation: 0.95, 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 #880495 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1364149-
CMYK0.090.9700.42
HSL294.62º94.77%30%-
HSV(B)294.62º97.32%58.43%-
XYZ15.627.4929.06-
YUV60178.23182.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=47.06%
G=1.38%
B=51.56%

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
Decimal13641490.090.9700.42294.6294.7730
Hex8849596102A1275f1e
Octal21042251114105244713736
Binary1000100010010010101100111000010101010100100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880495; }

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

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

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

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

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

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

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

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