Html Css Color HEX #881290 Dark Magenta

📋 copy color: '#881290'

red 136 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #881290

Tints of Dark Magenta #881290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

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

R = 45.64%
G = 6.04%
B = 48.32%

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

#881290 (or 0x881290) is known color: Dark Magenta. HEX triplet: 88, 12 and 90. RGB value is (136,18,144). Sum of RGB (Red+Green+Blue) = 136+18+144=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #881290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881290 is #77ED6F. Grayscale: #434343. Windows color (decimal): -7859568 or 9441928. OLE color: 9441928.

HSL color Cylindrical-coordinate representation of color #881290: hue angle of 296.19º degrees, saturation: 0.78, 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 #881290 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 18 144 -
CMYK 0.06 0.88 0 0.44
HSL 296.19º 0.78% 0.32% -
HSV(B) 296.19º 0.88% 0.56% -
XYZ 15.4 7.68 27.06 -
YUV 67.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 136 18 144 0.06 0.88 0 0.44 296.19 0.78 0.32
Hex 88 12 90 6 58 0 2C 128 4E 20
Octal 210 22 220 6 130 0 54 450 116 40
Binary 10001000 10010 10010000 110 1011000 0 101100 100101000 1001110 100000

Color Harmonies of #881290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881290

Black with #881290

Text Example


Text Example

White with #881290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881290; }

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

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

background-color css

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

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

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

border-color css

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

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

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