#881794

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

Shades of Dark Magenta #881794

Tints of Dark Magenta #881794

Color information

#881794 (or 0x881794) is unknown color: approx Dark Magenta. HEX triplet: 88, 17 and 94. RGB value is (136,23,148). Sum of RGB (Red+Green+Blue) = 136+23+148=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #881794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881794 is #77E86B. Grayscale: #464646. Windows color (decimal): -7858284 or 9705352. OLE color: 9705352.

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

Color convert

RGB13623148-
CMYK0.080.8400.42
HSL294.24º73.1%33.53%-
HSV(B)294.24º84.46%58.04%-
XYZ15.817.9928.73-
YUV71.04171.44174.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 148 (58.20% from 255) = 48.21%
R=44.30%
G=7.49%
B=48.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136231480.080.8400.42294.2473.133.53
Hex88179485402A1264922
Octal210272241012405244611142
Binary1000100010111100101001000101010001010101001001101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881794; }

 p { color: rgb(136,23,148); }

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

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

 a { background-color: rgb(136,23,148); }

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

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

 span { border-color: rgb(136,23,148); }

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