Html Css Color HEX #8501AA Dark Magenta

📋 copy color: '#8501AA'

red 133 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #8501AA

Tints of Dark Magenta #8501AA

RGB

 RED value IS 133 (52.34% from 255) = 43.75%

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

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

R = 43.75%
G = 0.33%
B = 55.92%

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

#8501AA (or 0x8501AA) is known color: Dark Magenta. HEX triplet: 85, 01 and AA. RGB value is (133,1,170). Sum of RGB (Red+Green+Blue) = 133+1+170=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #8501AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8501AA is #7AFE55. Grayscale: #3B3B3B. Windows color (decimal): -8060502 or 11141509. OLE color: 11141509.

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

Color convert

RGB 133 1 170 -
CMYK 0.22 0.99 0 0.33
HSL 286.86º 0.99% 0.34% -
HSV(B) 286.86º 0.99% 0.67% -
XYZ 16.94 7.91 38.66 -
YUV 59.73 190.23 180.26 -
System Red Green Blue C M Y K H S L
Decimal 133 1 170 0.22 0.99 0 0.33 286.86 0.99 0.34
Hex 85 1 AA 16 63 0 21 11F 63 22
Octal 205 1 252 26 143 0 41 437 143 42
Binary 10000101 1 10101010 10110 1100011 0 100001 100011111 1100011 100010

Color Harmonies of #8501AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8501AA

Black with #8501AA

Text Example


Text Example

White with #8501AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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