Html Css Color HEX #881992 Dark Magenta

📋 copy color: '#881992'

red 136 ◦ green 25 ◦ blue 146

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

Shades of Dark Magenta #881992

Tints of Dark Magenta #881992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

 BLUE value IS 146 (57.42% from 255) = 47.56%

R = 44.3%
G = 8.14%
B = 47.56%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#881992 (or 0x881992) is known color: Dark Magenta. HEX triplet: 88, 19 and 92. RGB value is (136,25,146). Sum of RGB (Red+Green+Blue) = 136+25+146=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #881992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881992 is #77E66D. Grayscale: #474747. Windows color (decimal): -7857774 or 9574792. OLE color: 9574792.

HSL color Cylindrical-coordinate representation of color #881992: hue angle of 295.04º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881992 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 25 146 -
CMYK 0.07 0.83 0 0.43
HSL 295.04º 0.71% 0.34% -
HSV(B) 295.04º 0.83% 0.57% -
XYZ 15.69 8 27.91 -
YUV 71.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 136 25 146 0.07 0.83 0 0.43 295.04 0.71 0.34
Hex 88 19 92 7 53 0 2B 127 47 22
Octal 210 31 222 7 123 0 53 447 107 42
Binary 10001000 11001 10010010 111 1010011 0 101011 100100111 1000111 100010

Color Harmonies of #881992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881992

Black with #881992

Text Example


Text Example

White with #881992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881992; }

 p { color: rgb(136,25,146); }

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

background-color css

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

 a { background-color: rgb(136,25,146); }

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

border-color css

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

 span { border-color: rgb(136,25,146); }

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