Html Css Color HEX #881494 Dark Magenta

📋 copy color: '#881494'

red 136 ◦ green 20 ◦ blue 148

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

Shades of Dark Magenta #881494

Tints of Dark Magenta #881494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 44.74%
G = 6.58%
B = 48.68%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#881494 (or 0x881494) is known color: Dark Magenta. HEX triplet: 88, 14 and 94. RGB value is (136,20,148). Sum of RGB (Red+Green+Blue) = 136+20+148=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #881494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881494 is #77EB6B. Grayscale: #444444. Windows color (decimal): -7859052 or 9704584. OLE color: 9704584.

HSL color Cylindrical-coordinate representation of color #881494: hue angle of 294.38º 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 #881494 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 20 148 -
CMYK 0.08 0.86 0 0.42
HSL 294.38º 0.76% 0.33% -
HSV(B) 294.38º 0.86% 0.58% -
XYZ 15.75 7.87 28.71 -
YUV 69.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 136 20 148 0.08 0.86 0 0.42 294.38 0.76 0.33
Hex 88 14 94 8 56 0 2A 126 4C 21
Octal 210 24 224 10 126 0 52 446 114 41
Binary 10001000 10100 10010100 1000 1010110 0 101010 100100110 1001100 100001

Color Harmonies of #881494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881494

Black with #881494

Text Example


Text Example

White with #881494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881494; }

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

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

background-color css

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

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

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

border-color css

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

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

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