Html Css Color HEX #881588 Dark Magenta

📋 copy color: '#881588'

red 136 ◦ green 21 ◦ blue 136

#881588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #881588

Tints of Dark Magenta #881588

RGB

 RED value IS 136 (53.52% from 255) = 46.42%

 GREEN value IS 21 (8.59% from 255) = 7.17%

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 46.42%
G = 7.17%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#881588 (or 0x881588) is known color: Dark Magenta. HEX triplet: 88, 15 and 88. RGB value is (136,21,136). Sum of RGB (Red+Green+Blue) = 136+21+136=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #881588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881588 is #77EA77. Grayscale: #444444. Windows color (decimal): -7858808 or 8918408. OLE color: 8918408.

HSL color Cylindrical-coordinate representation of color #881588: hue angle of 300º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881588 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 21 136 -
CMYK 0 0.85 0 0.47
HSL 300º 0.73% 0.31% -
HSV(B) 300º 0.85% 0.53% -
XYZ 14.87 7.55 23.97 -
YUV 68.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 136 21 136 0 0.85 0 0.47 300 0.73 0.31
Hex 88 15 88 0 55 0 2F 12C 49 1F
Octal 210 25 210 0 125 0 57 454 111 37
Binary 10001000 10101 10001000 0 1010101 0 101111 100101100 1001001 11111

Color Harmonies of #881588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881588

Black with #881588

Text Example


Text Example

White with #881588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881588; }

 p { color: rgb(136,21,136); }

 H1.HeaderClassName
 {
   color: #881588;
 }
 .AnyTagClassName
 {
   color: #881588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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