#881695

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

Shades of Dark Magenta #881695

Tints of Dark Magenta #881695

Color information

#881695 (or 0x881695) is unknown color: approx Dark Magenta. HEX triplet: 88, 16 and 95. RGB value is (136,22,149). Sum of RGB (Red+Green+Blue) = 136+22+149=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #881695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881695 is #77E96A. Grayscale: #464646. Windows color (decimal): -7858539 or 9770632. OLE color: 9770632.

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

Color convert

RGB13622149-
CMYK0.090.8500.42
HSL293.86º74.27%33.53%-
HSV(B)293.86º85.23%58.43%-
XYZ15.877.9829.14-
YUV70.56172.27174.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=44.30%
G=7.17%
B=48.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136221490.090.8500.42293.8674.2733.53
Hex88169595502A1264a22
Octal210262251112505244611242
Binary1000100010110100101011001101010101010101001001101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881695; }

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

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

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

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

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

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

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

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