Html Css Color HEX #881190 Dark Magenta

📋 copy color: '#881190'

red 136 ◦ green 17 ◦ blue 144

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

Shades of Dark Magenta #881190

Tints of Dark Magenta #881190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 45.79%
G = 5.72%
B = 48.48%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#881190 (or 0x881190) is known color: Dark Magenta. HEX triplet: 88, 11 and 90. RGB value is (136,17,144). Sum of RGB (Red+Green+Blue) = 136+17+144=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #881190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881190 is #77EE6F. Grayscale: #424242. Windows color (decimal): -7859824 or 9441672. OLE color: 9441672.

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

Color convert

RGB 136 17 144 -
CMYK 0.06 0.88 0 0.44
HSL 296.22º 0.79% 0.32% -
HSV(B) 296.22º 0.88% 0.56% -
XYZ 15.39 7.65 27.05 -
YUV 67.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 136 17 144 0.06 0.88 0 0.44 296.22 0.79 0.32
Hex 88 11 90 6 58 0 2C 128 4F 20
Octal 210 21 220 6 130 0 54 450 117 40
Binary 10001000 10001 10010000 110 1011000 0 101100 100101000 1001111 100000

Color Harmonies of #881190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881190

Black with #881190

Text Example


Text Example

White with #881190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881190; }

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

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

background-color css

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

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

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

border-color css

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

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

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