Html Css Color HEX #880594 Dark Magenta

📋 copy color: '#880594'

red 136 ◦ green 5 ◦ blue 148

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

Shades of Dark Magenta #880594

Tints of Dark Magenta #880594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.73%

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

R = 47.06%
G = 1.73%
B = 51.21%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#880594 (or 0x880594) is known color: Dark Magenta. HEX triplet: 88, 05 and 94. RGB value is (136,5,148). Sum of RGB (Red+Green+Blue) = 136+5+148=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #880594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880594 is #77FA6B. Grayscale: #3C3C3C. Windows color (decimal): -7862892 or 9700744. OLE color: 9700744.

HSL color Cylindrical-coordinate representation of color #880594: hue angle of 294.97º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880594 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 5 148 -
CMYK 0.08 0.97 0 0.42
HSL 294.97º 0.93% 0.3% -
HSV(B) 294.97º 0.97% 0.58% -
XYZ 15.55 7.48 28.64 -
YUV 60.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 136 5 148 0.08 0.97 0 0.42 294.97 0.93 0.3
Hex 88 5 94 8 61 0 2A 127 5D 1E
Octal 210 5 224 10 141 0 52 447 135 36
Binary 10001000 101 10010100 1000 1100001 0 101010 100100111 1011101 11110

Color Harmonies of #880594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880594

Black with #880594

Text Example


Text Example

White with #880594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880594; }

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

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

background-color css

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

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

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

border-color css

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

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

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