Html Css Color HEX #880588 Dark Magenta

📋 copy color: '#880588'

red 136 ◦ green 5 ◦ blue 136

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

Shades of Dark Magenta #880588

Tints of Dark Magenta #880588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.1%

R = 49.1%
G = 1.81%
B = 49.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#880588 (or 0x880588) is known color: Dark Magenta. HEX triplet: 88, 05 and 88. RGB value is (136,5,136). Sum of RGB (Red+Green+Blue) = 136+5+136=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #880588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880588 is #77FA77. Grayscale: #3A3A3A. Windows color (decimal): -7862904 or 8914312. OLE color: 8914312.

HSL color Cylindrical-coordinate representation of color #880588: hue angle of 300º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880588 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 5 136 -
CMYK 0 0.96 0 0.47
HSL 300º 0.93% 0.28% -
HSV(B) 300º 0.96% 0.53% -
XYZ 14.65 7.12 23.89 -
YUV 59.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 136 5 136 0 0.96 0 0.47 300 0.93 0.28
Hex 88 5 88 0 60 0 2F 12C 5D 1C
Octal 210 5 210 0 140 0 57 454 135 34
Binary 10001000 101 10001000 0 1100000 0 101111 100101100 1011101 11100

Color Harmonies of #880588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880588

Black with #880588

Text Example


Text Example

White with #880588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880588; }

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

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

background-color css

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

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

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

border-color css

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

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

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