#881993

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

Shades of Dark Magenta #881993

Tints of Dark Magenta #881993

Color information

#881993 (or 0x881993) is unknown color: approx Dark Magenta. HEX triplet: 88, 19 and 93. RGB value is (136,25,147). Sum of RGB (Red+Green+Blue) = 136+25+147=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #881993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881993 is #77E66C. Grayscale: #474747. Windows color (decimal): -7857773 or 9640328. OLE color: 9640328.

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

Color convert

RGB13625147-
CMYK0.070.8300.42
HSL294.59º70.93%33.73%-
HSV(B)294.59º82.99%57.65%-
XYZ15.778.0428.32-
YUV72.1170.27173.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 25 (10.16% from 255) = 8.12%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=44.16%
G=8.12%
B=47.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136251470.070.8300.42294.5970.9333.73
Hex88199375302A1274722
Octal21031223712305244710742
Binary100010001100110010011111101001101010101001001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881993; }

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

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

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

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

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

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

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

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