Html Css Color HEX #881790 Dark Magenta

📋 copy color: '#881790'

red 136 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #881790

Tints of Dark Magenta #881790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 44.88%
G = 7.59%
B = 47.52%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#881790 (or 0x881790) is known color: Dark Magenta. HEX triplet: 88, 17 and 90. RGB value is (136,23,144). Sum of RGB (Red+Green+Blue) = 136+23+144=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #881790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881790 is #77E86F. Grayscale: #464646. Windows color (decimal): -7858288 or 9443208. OLE color: 9443208.

HSL color Cylindrical-coordinate representation of color #881790: hue angle of 296.03º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881790 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 23 144 -
CMYK 0.06 0.84 0 0.44
HSL 296.03º 0.72% 0.33% -
HSV(B) 296.03º 0.84% 0.56% -
XYZ 15.49 7.86 27.09 -
YUV 70.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 136 23 144 0.06 0.84 0 0.44 296.03 0.72 0.33
Hex 88 17 90 6 54 0 2C 128 48 21
Octal 210 27 220 6 124 0 54 450 110 41
Binary 10001000 10111 10010000 110 1010100 0 101100 100101000 1001000 100001

Color Harmonies of #881790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881790

Black with #881790

Text Example


Text Example

White with #881790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881790; }

 p { color: rgb(136,23,144); }

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

background-color css

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

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

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

border-color css

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

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

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