Html Css Color HEX #870488 Dark Magenta

📋 copy color: '#870488'

red 135 ◦ green 4 ◦ blue 136

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

Shades of Dark Magenta #870488

Tints of Dark Magenta #870488

RGB

 RED value IS 135 (53.13% from 255) = 49.09%

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 49.09%
G = 1.45%
B = 49.45%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#870488 (or 0x870488) is known color: Dark Magenta. HEX triplet: 87, 04 and 88. RGB value is (135,4,136). Sum of RGB (Red+Green+Blue) = 135+4+136=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #870488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870488 is #78FB77. Grayscale: #393939. Windows color (decimal): -7928696 or 8914055. OLE color: 8914055.

HSL color Cylindrical-coordinate representation of color #870488: hue angle of 299.55º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870488 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 4 136 -
CMYK 0.01 0.97 0 0.47
HSL 299.55º 0.94% 0.27% -
HSV(B) 299.55º 0.97% 0.53% -
XYZ 14.48 7.02 23.88 -
YUV 58.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 135 4 136 0.01 0.97 0 0.47 299.55 0.94 0.27
Hex 87 4 88 1 61 0 2F 12C 5E 1B
Octal 207 4 210 1 141 0 57 454 136 33
Binary 10000111 100 10001000 1 1100001 0 101111 100101100 1011110 11011

Color Harmonies of #870488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870488

Black with #870488

Text Example


Text Example

White with #870488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870488; }

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

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

background-color css

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

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

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

border-color css

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

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

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