Html Css Color HEX #8601AA Dark Magenta

📋 copy color: '#8601AA'

red 134 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #8601AA

Tints of Dark Magenta #8601AA

RGB

 RED value IS 134 (52.73% from 255) = 43.93%

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 43.93%
G = 0.33%
B = 55.74%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8601AA (or 0x8601AA) is known color: Dark Magenta. HEX triplet: 86, 01 and AA. RGB value is (134,1,170). Sum of RGB (Red+Green+Blue) = 134+1+170=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #8601AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8601AA is #79FE55. Grayscale: #3B3B3B. Windows color (decimal): -7994966 or 11141510. OLE color: 11141510.

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

Color convert

RGB 134 1 170 -
CMYK 0.21 0.99 0 0.33
HSL 287.22º 0.99% 0.34% -
HSV(B) 287.22º 0.99% 0.67% -
XYZ 17.1 7.99 38.67 -
YUV 60.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 134 1 170 0.21 0.99 0 0.33 287.22 0.99 0.34
Hex 86 1 AA 15 63 0 21 11F 63 22
Octal 206 1 252 25 143 0 41 437 143 42
Binary 10000110 1 10101010 10101 1100011 0 100001 100011111 1100011 100010

Color Harmonies of #8601AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8601AA

Black with #8601AA

Text Example


Text Example

White with #8601AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,1,170); }

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

background-color css

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

 a { background-color: rgb(134,1,170); }

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

border-color css

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

 span { border-color: rgb(134,1,170); }

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