#881293

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

Shades of Dark Magenta #881293

Tints of Dark Magenta #881293

Color information

#881293 (or 0x881293) is unknown color: approx Dark Magenta. HEX triplet: 88, 12 and 93. RGB value is (136,18,147). Sum of RGB (Red+Green+Blue) = 136+18+147=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #881293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881293 is #77ED6C. Grayscale: #434343. Windows color (decimal): -7859565 or 9638536. OLE color: 9638536.

HSL color Cylindrical-coordinate representation of color #881293: hue angle of 294.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881293 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13618147-
CMYK0.070.8800.42
HSL294.88º78.18%32.35%-
HSV(B)294.88º87.76%57.65%-
XYZ15.647.7728.28-
YUV67.99172.59176.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=45.18%
G=5.98%
B=48.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136181470.070.8800.42294.8878.1832.35
Hex88129375802A1274e20
Octal21022223713005244711640
Binary100010001001010010011111101100001010101001001111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881293; }

 p { color: rgb(136,18,147); }

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

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

 a { background-color: rgb(136,18,147); }

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

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

 span { border-color: rgb(136,18,147); }

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