Html Css Color HEX #8706AD Dark Magenta

📋 copy color: '#8706AD'

red 135 ◦ green 6 ◦ blue 173

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

Shades of Dark Magenta #8706AD

Tints of Dark Magenta #8706AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.91%

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

R = 42.99%
G = 1.91%
B = 55.1%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8706AD (or 0x8706AD) is known color: Dark Magenta. HEX triplet: 87, 06 and AD. RGB value is (135,6,173). Sum of RGB (Red+Green+Blue) = 135+6+173=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #8706AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8706AD is #78F952. Grayscale: #3F3F3F. Windows color (decimal): -7928147 or 11339399. OLE color: 11339399.

HSL color Cylindrical-coordinate representation of color #8706AD: hue angle of 286.35º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8706AD is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 6 173 -
CMYK 0.22 0.97 0 0.32
HSL 286.35º 0.93% 0.35% -
HSV(B) 286.35º 0.97% 0.68% -
XYZ 17.6 8.3 40.21 -
YUV 63.61 189.74 178.92 -
System Red Green Blue C M Y K H S L
Decimal 135 6 173 0.22 0.97 0 0.32 286.35 0.93 0.35
Hex 87 6 AD 16 61 0 20 11E 5D 23
Octal 207 6 255 26 141 0 40 436 135 43
Binary 10000111 110 10101101 10110 1100001 0 100000 100011110 1011101 100011

Color Harmonies of #8706AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8706AD

Black with #8706AD

Text Example


Text Example

White with #8706AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8706AD; }

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

 H1.HeaderClassName
 {
   color: #8706AD;
 }
 .AnyTagClassName
 {
   color: #8706AD;
 }
</style>

background-color css

<style>
 a { background-color: #8706AD; }

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

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

border-color css

<style>
 span { border-color: #8706AD; }

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

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