Html Css Color HEX #880891 Dark Magenta

📋 copy color: '#880891'

red 136 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #880891

Tints of Dark Magenta #880891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

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

R = 47.06%
G = 2.77%
B = 50.17%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#880891 (or 0x880891) is known color: Dark Magenta. HEX triplet: 88, 08 and 91. RGB value is (136,8,145). Sum of RGB (Red+Green+Blue) = 136+8+145=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #880891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880891 is #77F76E. Grayscale: #3D3D3D. Windows color (decimal): -7862127 or 9504904. OLE color: 9504904.

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

Color convert

RGB 136 8 145 -
CMYK 0.06 0.94 0 0.43
HSL 296.06º 0.9% 0.3% -
HSV(B) 296.06º 0.94% 0.57% -
XYZ 15.35 7.45 27.42 -
YUV 61.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 136 8 145 0.06 0.94 0 0.43 296.06 0.9 0.3
Hex 88 8 91 6 5E 0 2B 128 5A 1E
Octal 210 10 221 6 136 0 53 450 132 36
Binary 10001000 1000 10010001 110 1011110 0 101011 100101000 1011010 11110

Color Harmonies of #880891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880891

Black with #880891

Text Example


Text Example

White with #880891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880891; }

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

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

background-color css

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

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

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

border-color css

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

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

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