Html Css Color HEX #870FAD Dark Magenta

📋 copy color: '#870FAD'

red 135 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #870FAD

Tints of Dark Magenta #870FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.64%

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

R = 41.8%
G = 4.64%
B = 53.56%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#870FAD (or 0x870FAD) is known color: Dark Magenta. HEX triplet: 87, 0F and AD. RGB value is (135,15,173). Sum of RGB (Red+Green+Blue) = 135+15+173=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #870FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870FAD is #78F052. Grayscale: #444444. Windows color (decimal): -7925843 or 11341703. OLE color: 11341703.

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

Color convert

RGB 135 15 173 -
CMYK 0.22 0.91 0 0.32
HSL 285.57º 0.84% 0.37% -
HSV(B) 285.57º 0.91% 0.68% -
XYZ 17.71 8.51 40.24 -
YUV 68.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 135 15 173 0.22 0.91 0 0.32 285.57 0.84 0.37
Hex 87 F AD 16 5B 0 20 11E 54 25
Octal 207 17 255 26 133 0 40 436 124 45
Binary 10000111 1111 10101101 10110 1011011 0 100000 100011110 1010100 100101

Color Harmonies of #870FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FAD

Black with #870FAD

Text Example


Text Example

White with #870FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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