Html Css Color HEX #8703AA Dark Magenta

📋 copy color: '#8703AA'

red 135 ◦ green 3 ◦ blue 170

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

Shades of Dark Magenta #8703AA

Tints of Dark Magenta #8703AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 43.83%
G = 0.97%
B = 55.19%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8703AA (or 0x8703AA) is known color: Dark Magenta. HEX triplet: 87, 03 and AA. RGB value is (135,3,170). Sum of RGB (Red+Green+Blue) = 135+3+170=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #8703AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8703AA is #78FC55. Grayscale: #3C3C3C. Windows color (decimal): -7928918 or 11142023. OLE color: 11142023.

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

Color convert

RGB 135 3 170 -
CMYK 0.21 0.98 0 0.33
HSL 287.43º 0.97% 0.34% -
HSV(B) 287.43º 0.98% 0.67% -
XYZ 17.28 8.12 38.69 -
YUV 61.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 135 3 170 0.21 0.98 0 0.33 287.43 0.97 0.34
Hex 87 3 AA 15 62 0 21 11F 61 22
Octal 207 3 252 25 142 0 41 437 141 42
Binary 10000111 11 10101010 10101 1100010 0 100001 100011111 1100001 100010

Color Harmonies of #8703AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8703AA

Black with #8703AA

Text Example


Text Example

White with #8703AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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