Html Css Color HEX #870AAA Dark Magenta

📋 copy color: '#870AAA'

red 135 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #870AAA

Tints of Dark Magenta #870AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.97%

R = 42.86%
G = 3.17%
B = 53.97%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#870AAA (or 0x870AAA) is known color: Dark Magenta. HEX triplet: 87, 0A and AA. RGB value is (135,10,170). Sum of RGB (Red+Green+Blue) = 135+10+170=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #870AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870AAA is #78F555. Grayscale: #414141. Windows color (decimal): -7927126 or 11143815. OLE color: 11143815.

HSL color Cylindrical-coordinate representation of color #870AAA: hue angle of 286.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870AAA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 10 170 -
CMYK 0.21 0.94 0 0.33
HSL 286.88º 0.89% 0.35% -
HSV(B) 286.88º 0.94% 0.67% -
XYZ 17.36 8.27 38.71 -
YUV 65.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 135 10 170 0.21 0.94 0 0.33 286.88 0.89 0.35
Hex 87 A AA 15 5E 0 21 11F 59 23
Octal 207 12 252 25 136 0 41 437 131 43
Binary 10000111 1010 10101010 10101 1011110 0 100001 100011111 1011001 100011

Color Harmonies of #870AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870AAA

Black with #870AAA

Text Example


Text Example

White with #870AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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