Html Css Color HEX #870EAC Dark Magenta

📋 copy color: '#870EAC'

red 135 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #870EAC

Tints of Dark Magenta #870EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.36%

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 42.06%
G = 4.36%
B = 53.58%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#870EAC (or 0x870EAC) is known color: Dark Magenta. HEX triplet: 87, 0E and AC. RGB value is (135,14,172). Sum of RGB (Red+Green+Blue) = 135+14+172=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #870EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870EAC is #78F153. Grayscale: #434343. Windows color (decimal): -7926100 or 11275911. OLE color: 11275911.

HSL color Cylindrical-coordinate representation of color #870EAC: hue angle of 285.95º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870EAC is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 14 172 -
CMYK 0.22 0.92 0 0.33
HSL 285.95º 0.85% 0.36% -
HSV(B) 285.95º 0.92% 0.67% -
XYZ 17.6 8.44 39.73 -
YUV 68.19 186.59 175.65 -
System Red Green Blue C M Y K H S L
Decimal 135 14 172 0.22 0.92 0 0.33 285.95 0.85 0.36
Hex 87 E AC 16 5C 0 21 11E 55 24
Octal 207 16 254 26 134 0 41 436 125 44
Binary 10000111 1110 10101100 10110 1011100 0 100001 100011110 1010101 100100

Color Harmonies of #870EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EAC

Black with #870EAC

Text Example


Text Example

White with #870EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870EAC; }

 p { color: rgb(135,14,172); }

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

background-color css

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

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

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

border-color css

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

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

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