Html Css Color HEX #8601AB Dark Magenta

📋 copy color: '#8601AB'

red 134 ◦ green 1 ◦ blue 171

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

Shades of Dark Magenta #8601AB

Tints of Dark Magenta #8601AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 43.79%
G = 0.33%
B = 55.88%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8601AB (or 0x8601AB) is known color: Dark Magenta. HEX triplet: 86, 01 and AB. RGB value is (134,1,171). Sum of RGB (Red+Green+Blue) = 134+1+171=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #8601AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8601AB is #79FE54. Grayscale: #3B3B3B. Windows color (decimal): -7994965 or 11207046. OLE color: 11207046.

HSL color Cylindrical-coordinate representation of color #8601AB: hue angle of 286.94º 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 #8601AB is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 1 171 -
CMYK 0.22 0.99 0 0.33
HSL 286.94º 0.99% 0.34% -
HSV(B) 286.94º 0.99% 0.67% -
XYZ 17.19 8.03 39.17 -
YUV 60.15 190.56 180.68 -
System Red Green Blue C M Y K H S L
Decimal 134 1 171 0.22 0.99 0 0.33 286.94 0.99 0.34
Hex 86 1 AB 16 63 0 21 11F 63 22
Octal 206 1 253 26 143 0 41 437 143 42
Binary 10000110 1 10101011 10110 1100011 0 100001 100011111 1100011 100010

Color Harmonies of #8601AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8601AB

Black with #8601AB

Text Example


Text Example

White with #8601AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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