Html Css Color HEX #8714AD Dark Magenta

📋 copy color: '#8714AD'

red 135 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #8714AD

Tints of Dark Magenta #8714AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.1%

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

R = 41.16%
G = 6.1%
B = 52.74%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8714AD (or 0x8714AD) is known color: Dark Magenta. HEX triplet: 87, 14 and AD. RGB value is (135,20,173). Sum of RGB (Red+Green+Blue) = 135+20+173=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #8714AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8714AD is #78EB52. Grayscale: #474747. Windows color (decimal): -7924563 or 11342983. OLE color: 11342983.

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

Color convert

RGB 135 20 173 -
CMYK 0.22 0.88 0 0.32
HSL 285.1º 0.79% 0.38% -
HSV(B) 285.1º 0.88% 0.68% -
XYZ 17.78 8.67 40.27 -
YUV 71.83 185.1 173.06 -
System Red Green Blue C M Y K H S L
Decimal 135 20 173 0.22 0.88 0 0.32 285.1 0.79 0.38
Hex 87 14 AD 16 58 0 20 11D 4F 26
Octal 207 24 255 26 130 0 40 435 117 46
Binary 10000111 10100 10101101 10110 1011000 0 100000 100011101 1001111 100110

Color Harmonies of #8714AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8714AD

Black with #8714AD

Text Example


Text Example

White with #8714AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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