Html Css Color HEX #881594 Dark Magenta

📋 copy color: '#881594'

red 136 ◦ green 21 ◦ blue 148

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

Shades of Dark Magenta #881594

Tints of Dark Magenta #881594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

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

R = 44.59%
G = 6.89%
B = 48.52%

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

#881594 (or 0x881594) is known color: Dark Magenta. HEX triplet: 88, 15 and 94. RGB value is (136,21,148). Sum of RGB (Red+Green+Blue) = 136+21+148=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #881594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881594 is #77EA6B. Grayscale: #454545. Windows color (decimal): -7858796 or 9704840. OLE color: 9704840.

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

Color convert

RGB 136 21 148 -
CMYK 0.08 0.86 0 0.42
HSL 294.33º 0.75% 0.33% -
HSV(B) 294.33º 0.86% 0.58% -
XYZ 15.77 7.91 28.71 -
YUV 69.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 136 21 148 0.08 0.86 0 0.42 294.33 0.75 0.33
Hex 88 15 94 8 56 0 2A 126 4B 21
Octal 210 25 224 10 126 0 52 446 113 41
Binary 10001000 10101 10010100 1000 1010110 0 101010 100100110 1001011 100001

Color Harmonies of #881594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881594

Black with #881594

Text Example


Text Example

White with #881594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881594; }

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

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

background-color css

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

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

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

border-color css

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

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

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