#880092

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

Shades of Dark Magenta #880092

Tints of Dark Magenta #880092

Color information

#880092 (or 0x880092) is unknown color: approx Dark Magenta. HEX triplet: 88, 00 and 92. RGB value is (136,0,146). Sum of RGB (Red+Green+Blue) = 136+0+146=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #880092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880092 is #77FF6D. Grayscale: #383838. Windows color (decimal): -7864174 or 9568392. OLE color: 9568392.

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

Color convert

RGB1360146-
CMYK0.07100.43
HSL295.89º100%28.63%-
HSV(B)295.89º100%57.25%-
XYZ15.347.3127.8-
YUV57.31178.06184.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=48.23%
G=0%
B=51.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13601460.07100.43295.8910028.63
Hex8809276402B128641d
Octal2100222714405345014435
Binary1000100001001001011111001000101011100101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880092; }

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

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

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

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

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

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

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

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