Html Css Color HEX #870A9D Dark Magenta

📋 copy color: '#870A9D'

red 135 ◦ green 10 ◦ blue 157

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

Shades of Dark Magenta #870A9D

Tints of Dark Magenta #870A9D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 44.7%
G = 3.31%
B = 51.99%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#870A9D (or 0x870A9D) is known color: Dark Magenta. HEX triplet: 87, 0A and 9D. RGB value is (135,10,157). Sum of RGB (Red+Green+Blue) = 135+10+157=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #870A9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870A9D is #78F562. Grayscale: #3F3F3F. Windows color (decimal): -7927139 or 10291847. OLE color: 10291847.

HSL color Cylindrical-coordinate representation of color #870A9D: hue angle of 291.02º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870A9D is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 10 157 -
CMYK 0.14 0.94 0 0.38
HSL 291.02º 0.88% 0.33% -
HSV(B) 291.02º 0.94% 0.62% -
XYZ 16.19 7.8 32.55 -
YUV 64.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 135 10 157 0.14 0.94 0 0.38 291.02 0.88 0.33
Hex 87 A 9D E 5E 0 26 123 58 21
Octal 207 12 235 16 136 0 46 443 130 41
Binary 10000111 1010 10011101 1110 1011110 0 100110 100100011 1011000 100001

Color Harmonies of #870A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A9D

Black with #870A9D

Text Example


Text Example

White with #870A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,10,157); }

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

background-color css

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

 a { background-color: rgb(135,10,157); }

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

border-color css

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

 span { border-color: rgb(135,10,157); }

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