Html Css Color HEX #870387 Dark Magenta

📋 copy color: '#870387'

red 135 ◦ green 3 ◦ blue 135

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

Shades of Dark Magenta #870387

Tints of Dark Magenta #870387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 49.45%
G = 1.1%
B = 49.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#870387 (or 0x870387) is known color: Dark Magenta. HEX triplet: 87, 03 and 87. RGB value is (135,3,135). Sum of RGB (Red+Green+Blue) = 135+3+135=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #870387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870387 is #78FC78. Grayscale: #393939. Windows color (decimal): -7928953 or 8848263. OLE color: 8848263.

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

Color convert

RGB 135 3 135 -
CMYK 0 0.98 0 0.47
HSL 300º 0.96% 0.27% -
HSV(B) 300º 0.98% 0.53% -
XYZ 14.4 6.97 23.51 -
YUV 57.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 135 3 135 0 0.98 0 0.47 300 0.96 0.27
Hex 87 3 87 0 62 0 2F 12C 60 1B
Octal 207 3 207 0 142 0 57 454 140 33
Binary 10000111 11 10000111 0 1100010 0 101111 100101100 1100000 11011

Color Harmonies of #870387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870387

Black with #870387

Text Example


Text Example

White with #870387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870387; }

 p { color: rgb(135,3,135); }

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

background-color css

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

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

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

border-color css

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

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

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