#881092

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

Shades of Dark Magenta #881092

Tints of Dark Magenta #881092

Color information

#881092 (or 0x881092) is unknown color: approx Dark Magenta. HEX triplet: 88, 10 and 92. RGB value is (136,16,146). Sum of RGB (Red+Green+Blue) = 136+16+146=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #881092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881092 is #77EF6D. Grayscale: #424242. Windows color (decimal): -7860078 or 9572488. OLE color: 9572488.

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

Color convert

RGB13616146-
CMYK0.070.8900.43
HSL295.38º80.25%31.76%-
HSV(B)295.38º89.04%57.25%-
XYZ15.537.6827.86-
YUV66.7172.76177.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 16 (6.64% from 255) = 5.37%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=45.64%
G=5.37%
B=48.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136161460.070.8900.43295.3880.2531.76
Hex88109275902B1275020
Octal21020222713105344712040
Binary100010001000010010010111101100101010111001001111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881092; }

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

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

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

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

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

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

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

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