Html Css Color HEX #881392 Dark Magenta

📋 copy color: '#881392'

red 136 ◦ green 19 ◦ blue 146

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

Shades of Dark Magenta #881392

Tints of Dark Magenta #881392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 45.18%
G = 6.31%
B = 48.5%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#881392 (or 0x881392) is known color: Dark Magenta. HEX triplet: 88, 13 and 92. RGB value is (136,19,146). Sum of RGB (Red+Green+Blue) = 136+19+146=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #881392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881392 is #77EC6D. Grayscale: #444444. Windows color (decimal): -7859310 or 9573256. OLE color: 9573256.

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

Color convert

RGB 136 19 146 -
CMYK 0.07 0.87 0 0.43
HSL 295.28º 0.77% 0.32% -
HSV(B) 295.28º 0.87% 0.57% -
XYZ 15.57 7.78 27.87 -
YUV 68.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 136 19 146 0.07 0.87 0 0.43 295.28 0.77 0.32
Hex 88 13 92 7 57 0 2B 127 4D 20
Octal 210 23 222 7 127 0 53 447 115 40
Binary 10001000 10011 10010010 111 1010111 0 101011 100100111 1001101 100000

Color Harmonies of #881392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881392

Black with #881392

Text Example


Text Example

White with #881392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881392; }

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

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

background-color css

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

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

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

border-color css

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

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

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