#881693

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

Shades of Dark Magenta #881693

Tints of Dark Magenta #881693

Color information

#881693 (or 0x881693) is unknown color: approx Dark Magenta. HEX triplet: 88, 16 and 93. RGB value is (136,22,147). Sum of RGB (Red+Green+Blue) = 136+22+147=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #881693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881693 is #77E96C. Grayscale: #454545. Windows color (decimal): -7858541 or 9639560. OLE color: 9639560.

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

Color convert

RGB13622147-
CMYK0.070.8500.42
HSL294.72º73.96%33.14%-
HSV(B)294.72º85.03%57.65%-
XYZ15.717.9128.3-
YUV70.34171.27174.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=44.59%
G=7.21%
B=48.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136221470.070.8500.42294.7273.9633.14
Hex88169375502A1274a21
Octal21026223712505244711241
Binary100010001011010010011111101010101010101001001111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881693; }

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

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

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

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

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

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

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

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