Html Css Color HEX #87059E Dark Magenta

📋 copy color: '#87059E'

red 135 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #87059E

Tints of Dark Magenta #87059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.02%

R = 45.3%
G = 1.68%
B = 53.02%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87059E (or 0x87059E) is known color: Dark Magenta. HEX triplet: 87, 05 and 9E. RGB value is (135,5,158). Sum of RGB (Red+Green+Blue) = 135+5+158=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #87059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87059E is #78FA61. Grayscale: #3C3C3C. Windows color (decimal): -7928418 or 10356103. OLE color: 10356103.

HSL color Cylindrical-coordinate representation of color #87059E: hue angle of 290.98º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87059E is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 5 158 -
CMYK 0.15 0.97 0 0.38
HSL 290.98º 0.94% 0.32% -
HSV(B) 290.98º 0.97% 0.62% -
XYZ 16.22 7.73 32.98 -
YUV 61.31 182.57 180.56 -
System Red Green Blue C M Y K H S L
Decimal 135 5 158 0.15 0.97 0 0.38 290.98 0.94 0.32
Hex 87 5 9E F 61 0 26 123 5E 20
Octal 207 5 236 17 141 0 46 443 136 40
Binary 10000111 101 10011110 1111 1100001 0 100110 100100011 1011110 100000

Color Harmonies of #87059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87059E

Black with #87059E

Text Example


Text Example

White with #87059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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