Html Css Color HEX #8713AC Dark Magenta

📋 copy color: '#8713AC'

red 135 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #8713AC

Tints of Dark Magenta #8713AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

 BLUE value IS 172 (67.58% from 255) = 52.76%

R = 41.41%
G = 5.83%
B = 52.76%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8713AC (or 0x8713AC) is known color: Dark Magenta. HEX triplet: 87, 13 and AC. RGB value is (135,19,172). Sum of RGB (Red+Green+Blue) = 135+19+172=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #8713AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8713AC is #78EC53. Grayscale: #464646. Windows color (decimal): -7924820 or 11277191. OLE color: 11277191.

HSL color Cylindrical-coordinate representation of color #8713AC: hue angle of 285.49º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8713AC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 19 172 -
CMYK 0.22 0.89 0 0.33
HSL 285.49º 0.8% 0.37% -
HSV(B) 285.49º 0.89% 0.67% -
XYZ 17.67 8.6 39.76 -
YUV 71.13 184.93 173.56 -
System Red Green Blue C M Y K H S L
Decimal 135 19 172 0.22 0.89 0 0.33 285.49 0.8 0.37
Hex 87 13 AC 16 59 0 21 11D 50 25
Octal 207 23 254 26 131 0 41 435 120 45
Binary 10000111 10011 10101100 10110 1011001 0 100001 100011101 1010000 100101

Color Harmonies of #8713AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8713AC

Black with #8713AC

Text Example


Text Example

White with #8713AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8713AC; }

 p { color: rgb(135,19,172); }

 H1.HeaderClassName
 {
   color: #8713AC;
 }
 .AnyTagClassName
 {
   color: #8713AC;
 }
</style>

background-color css

<style>
 a { background-color: #8713AC; }

 a { background-color: rgb(135,19,172); }

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

border-color css

<style>
 span { border-color: #8713AC; }

 span { border-color: rgb(135,19,172); }

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