Html Css Color HEX #880587 Dark Magenta

📋 copy color: '#880587'

red 136 ◦ green 5 ◦ blue 135

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

Shades of Dark Magenta #880587

Tints of Dark Magenta #880587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.91%

R = 49.28%
G = 1.81%
B = 48.91%

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

#880587 (or 0x880587) is known color: Dark Magenta. HEX triplet: 88, 05 and 87. RGB value is (136,5,135). Sum of RGB (Red+Green+Blue) = 136+5+135=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #880587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880587 is #77FA78. Grayscale: #3A3A3A. Windows color (decimal): -7862905 or 8848776. OLE color: 8848776.

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

Color convert

RGB 136 5 135 -
CMYK 0 0.96 0.01 0.47
HSL 300.46º 0.93% 0.28% -
HSV(B) 300.46º 0.96% 0.53% -
XYZ 14.58 7.09 23.52 -
YUV 58.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 136 5 135 0 0.96 0.01 0.47 300.46 0.93 0.28
Hex 88 5 87 0 60 1 2F 12C 5D 1C
Octal 210 5 207 0 140 1 57 454 135 34
Binary 10001000 101 10000111 0 1100000 1 101111 100101100 1011101 11100

Color Harmonies of #880587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880587

Black with #880587

Text Example


Text Example

White with #880587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880587; }

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

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

background-color css

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

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

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

border-color css

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

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

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