Html Css Color HEX #870088 Dark Magenta

📋 copy color: '#870088'

red 135 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #870088

Tints of Dark Magenta #870088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.82%
G = 0%
B = 50.18%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#870088 (or 0x870088) is known color: Dark Magenta. HEX triplet: 87, 00 and 88. RGB value is (135,0,136). Sum of RGB (Red+Green+Blue) = 135+0+136=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #870088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870088 is #78FF77. Grayscale: #373737. Windows color (decimal): -7929720 or 8913031. OLE color: 8913031.

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

Color convert

RGB 135 0 136 -
CMYK 0.01 1 0 0.47
HSL 299.56º 1% 0.27% -
HSV(B) 299.56º 1% 0.53% -
XYZ 14.44 6.93 23.87 -
YUV 55.87 173.23 184.44 -
System Red Green Blue C M Y K H S L
Decimal 135 0 136 0.01 1 0 0.47 299.56 1 0.27
Hex 87 0 88 1 64 0 2F 12C 64 1B
Octal 207 0 210 1 144 0 57 454 144 33
Binary 10000111 0 10001000 1 1100100 0 101111 100101100 1100100 11011

Color Harmonies of #870088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870088

Black with #870088

Text Example


Text Example

White with #870088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870088; }

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

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

background-color css

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

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

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

border-color css

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

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

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