Html Css Color HEX #8710AA Dark Magenta

📋 copy color: '#8710AA'

red 135 ◦ green 16 ◦ blue 170

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

Shades of Dark Magenta #8710AA

Tints of Dark Magenta #8710AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

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

R = 42.06%
G = 4.98%
B = 52.96%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8710AA (or 0x8710AA) is known color: Dark Magenta. HEX triplet: 87, 10 and AA. RGB value is (135,16,170). Sum of RGB (Red+Green+Blue) = 135+16+170=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #8710AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8710AA is #78EF55. Grayscale: #444444. Windows color (decimal): -7925590 or 11145351. OLE color: 11145351.

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

Color convert

RGB 135 16 170 -
CMYK 0.21 0.91 0 0.33
HSL 286.36º 0.83% 0.36% -
HSV(B) 286.36º 0.91% 0.67% -
XYZ 17.43 8.42 38.74 -
YUV 69.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 135 16 170 0.21 0.91 0 0.33 286.36 0.83 0.36
Hex 87 10 AA 15 5B 0 21 11E 53 24
Octal 207 20 252 25 133 0 41 436 123 44
Binary 10000111 10000 10101010 10101 1011011 0 100001 100011110 1010011 100100

Color Harmonies of #8710AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8710AA

Black with #8710AA

Text Example


Text Example

White with #8710AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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