Html Css Color HEX #880586 Dark Magenta

📋 copy color: '#880586'

red 136 ◦ green 5 ◦ blue 134

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

Shades of Dark Magenta #880586

Tints of Dark Magenta #880586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.73%

R = 49.45%
G = 1.82%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#880586 (or 0x880586) is known color: Dark Magenta. HEX triplet: 88, 05 and 86. RGB value is (136,5,134). Sum of RGB (Red+Green+Blue) = 136+5+134=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #880586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880586 is #77FA79. Grayscale: #3A3A3A. Windows color (decimal): -7862906 or 8783240. OLE color: 8783240.

HSL color Cylindrical-coordinate representation of color #880586: hue angle of 300.92º 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 #880586 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 5 134 -
CMYK 0 0.96 0.01 0.47
HSL 300.92º 0.93% 0.28% -
HSV(B) 300.92º 0.96% 0.53% -
XYZ 14.51 7.06 23.15 -
YUV 58.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 136 5 134 0 0.96 0.01 0.47 300.92 0.93 0.28
Hex 88 5 86 0 60 1 2F 12D 5D 1C
Octal 210 5 206 0 140 1 57 455 135 34
Binary 10001000 101 10000110 0 1100000 1 101111 100101101 1011101 11100

Color Harmonies of #880586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880586

Black with #880586

Text Example


Text Example

White with #880586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880586; }

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

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

background-color css

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

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

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

border-color css

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

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

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