Html Css Color HEX #870E8C Dark Magenta

📋 copy color: '#870E8C'

red 135 ◦ green 14 ◦ blue 140

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

Shades of Dark Magenta #870E8C

Tints of Dark Magenta #870E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 46.71%
G = 4.84%
B = 48.44%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#870E8C (or 0x870E8C) is known color: Dark Magenta. HEX triplet: 87, 0E and 8C. RGB value is (135,14,140). Sum of RGB (Red+Green+Blue) = 135+14+140=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #870E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870E8C is #78F173. Grayscale: #404040. Windows color (decimal): -7926132 or 9178759. OLE color: 9178759.

HSL color Cylindrical-coordinate representation of color #870E8C: hue angle of 297.62º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E8C is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 14 140 -
CMYK 0.04 0.90 0 0.45
HSL 297.62º 0.82% 0.3% -
HSV(B) 297.62º 0.9% 0.55% -
XYZ 14.88 7.36 25.45 -
YUV 64.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 135 14 140 0.04 0.90 0 0.45 297.62 0.82 0.3
Hex 87 E 8C 4 5A 0 2D 12A 52 1E
Octal 207 16 214 4 132 0 55 452 122 36
Binary 10000111 1110 10001100 100 1011010 0 101101 100101010 1010010 11110

Color Harmonies of #870E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E8C

Black with #870E8C

Text Example


Text Example

White with #870E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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