Html Css Color HEX #881493 Dark Magenta

📋 copy color: '#881493'

red 136 ◦ green 20 ◦ blue 147

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

Shades of Dark Magenta #881493

Tints of Dark Magenta #881493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 147 (57.81% from 255) = 48.51%

R = 44.88%
G = 6.6%
B = 48.51%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#881493 (or 0x881493) is known color: Dark Magenta. HEX triplet: 88, 14 and 93. RGB value is (136,20,147). Sum of RGB (Red+Green+Blue) = 136+20+147=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #881493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881493 is #77EB6C. Grayscale: #444444. Windows color (decimal): -7859053 or 9639048. OLE color: 9639048.

HSL color Cylindrical-coordinate representation of color #881493: hue angle of 294.8º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881493 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 20 147 -
CMYK 0.07 0.86 0 0.42
HSL 294.8º 0.76% 0.33% -
HSV(B) 294.8º 0.86% 0.58% -
XYZ 15.67 7.84 28.29 -
YUV 69.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 136 20 147 0.07 0.86 0 0.42 294.8 0.76 0.33
Hex 88 14 93 7 56 0 2A 127 4C 21
Octal 210 24 223 7 126 0 52 447 114 41
Binary 10001000 10100 10010011 111 1010110 0 101010 100100111 1001100 100001

Color Harmonies of #881493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881493

Black with #881493

Text Example


Text Example

White with #881493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881493; }

 p { color: rgb(136,20,147); }

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

background-color css

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

 a { background-color: rgb(136,20,147); }

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

border-color css

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

 span { border-color: rgb(136,20,147); }

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