Html Css Color HEX #870EAB Dark Magenta

📋 copy color: '#870EAB'

red 135 ◦ green 14 ◦ blue 171

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

Shades of Dark Magenta #870EAB

Tints of Dark Magenta #870EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 42.19%
G = 4.38%
B = 53.44%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#870EAB (or 0x870EAB) is known color: Dark Magenta. HEX triplet: 87, 0E and AB. RGB value is (135,14,171). Sum of RGB (Red+Green+Blue) = 135+14+171=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #870EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870EAB is #78F154. Grayscale: #434343. Windows color (decimal): -7926101 or 11210375. OLE color: 11210375.

HSL color Cylindrical-coordinate representation of color #870EAB: hue angle of 286.24º 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 #870EAB is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 14 171 -
CMYK 0.21 0.92 0 0.33
HSL 286.24º 0.85% 0.36% -
HSV(B) 286.24º 0.92% 0.67% -
XYZ 17.5 8.41 39.23 -
YUV 68.08 186.09 175.73 -
System Red Green Blue C M Y K H S L
Decimal 135 14 171 0.21 0.92 0 0.33 286.24 0.85 0.36
Hex 87 E AB 15 5C 0 21 11E 55 24
Octal 207 16 253 25 134 0 41 436 125 44
Binary 10000111 1110 10101011 10101 1011100 0 100001 100011110 1010101 100100

Color Harmonies of #870EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EAB

Black with #870EAB

Text Example


Text Example

White with #870EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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