Html Css Color HEX #8700AA Dark Magenta

📋 copy color: '#8700AA'

red 135 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #8700AA

Tints of Dark Magenta #8700AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.26%
G = 0%
B = 55.74%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8700AA (or 0x8700AA) is known color: Dark Magenta. HEX triplet: 87, 00 and AA. RGB value is (135,0,170). Sum of RGB (Red+Green+Blue) = 135+0+170=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #8700AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8700AA is #78FF55. Grayscale: #3B3B3B. Windows color (decimal): -7929686 or 11141255. OLE color: 11141255.

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

Color convert

RGB 135 0 170 -
CMYK 0.21 1 0 0.33
HSL 287.65º 1% 0.33% -
HSV(B) 287.65º 1% 0.67% -
XYZ 17.25 8.05 38.68 -
YUV 59.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 135 0 170 0.21 1 0 0.33 287.65 1 0.33
Hex 87 0 AA 15 64 0 21 120 64 21
Octal 207 0 252 25 144 0 41 440 144 41
Binary 10000111 0 10101010 10101 1100100 0 100001 100100000 1100100 100001

Color Harmonies of #8700AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8700AA

Black with #8700AA

Text Example


Text Example

White with #8700AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8700AA; }

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

 H1.HeaderClassName
 {
   color: #8700AA;
 }
 .AnyTagClassName
 {
   color: #8700AA;
 }
</style>

background-color css

<style>
 a { background-color: #8700AA; }

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

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

border-color css

<style>
 span { border-color: #8700AA; }

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

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