Html Css Color HEX #881591 Dark Magenta

📋 copy color: '#881591'

red 136 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #881591

Tints of Dark Magenta #881591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 45.03%
G = 6.95%
B = 48.01%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#881591 (or 0x881591) is known color: Dark Magenta. HEX triplet: 88, 15 and 91. RGB value is (136,21,145). Sum of RGB (Red+Green+Blue) = 136+21+145=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #881591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881591 is #77EA6E. Grayscale: #454545. Windows color (decimal): -7858799 or 9508232. OLE color: 9508232.

HSL color Cylindrical-coordinate representation of color #881591: hue angle of 295.65º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881591 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 21 145 -
CMYK 0.06 0.86 0 0.43
HSL 295.65º 0.75% 0.33% -
HSV(B) 295.65º 0.86% 0.57% -
XYZ 15.53 7.81 27.48 -
YUV 69.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 136 21 145 0.06 0.86 0 0.43 295.65 0.75 0.33
Hex 88 15 91 6 56 0 2B 128 4B 21
Octal 210 25 221 6 126 0 53 450 113 41
Binary 10001000 10101 10010001 110 1010110 0 101011 100101000 1001011 100001

Color Harmonies of #881591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881591

Black with #881591

Text Example


Text Example

White with #881591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881591; }

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

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

background-color css

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

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

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

border-color css

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

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

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