Html Css Color HEX #870EAD Dark Magenta

📋 copy color: '#870EAD'

red 135 ◦ green 14 ◦ blue 173

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

Shades of Dark Magenta #870EAD

Tints of Dark Magenta #870EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 41.93%
G = 4.35%
B = 53.73%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#870EAD (or 0x870EAD) is known color: Dark Magenta. HEX triplet: 87, 0E and AD. RGB value is (135,14,173). Sum of RGB (Red+Green+Blue) = 135+14+173=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #870EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870EAD is #78F152. Grayscale: #434343. Windows color (decimal): -7926099 or 11341447. OLE color: 11341447.

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

Color convert

RGB 135 14 173 -
CMYK 0.22 0.92 0 0.32
HSL 285.66º 0.85% 0.37% -
HSV(B) 285.66º 0.92% 0.68% -
XYZ 17.69 8.48 40.24 -
YUV 68.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 135 14 173 0.22 0.92 0 0.32 285.66 0.85 0.37
Hex 87 E AD 16 5C 0 20 11E 55 25
Octal 207 16 255 26 134 0 40 436 125 45
Binary 10000111 1110 10101101 10110 1011100 0 100000 100011110 1010101 100101

Color Harmonies of #870EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EAD

Black with #870EAD

Text Example


Text Example

White with #870EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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