#880292

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

Shades of Dark Magenta #880292

Tints of Dark Magenta #880292

Color information

#880292 (or 0x880292) is unknown color: approx Dark Magenta. HEX triplet: 88, 02 and 92. RGB value is (136,2,146). Sum of RGB (Red+Green+Blue) = 136+2+146=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #880292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880292 is #77FD6D. Grayscale: #3A3A3A. Windows color (decimal): -7863662 or 9568904. OLE color: 9568904.

HSL color Cylindrical-coordinate representation of color #880292: hue angle of 295.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880292 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1362146-
CMYK0.070.9900.43
HSL295.83º97.3%29.02%-
HSV(B)295.83º98.63%57.25%-
XYZ15.367.3527.8-
YUV58.48177.39183.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=47.89%
G=0.70%
B=51.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13621460.070.9900.43295.8397.329.02
Hex8829276302B128611d
Octal2102222714305345014135
Binary10001000101001001011111000110101011100101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880292; }

 p { color: rgb(136,2,146); }

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

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

 a { background-color: rgb(136,2,146); }

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

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

 span { border-color: rgb(136,2,146); }

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