Html Css Color HEX #8D73AC Purple Mountain's Majesty

📋 copy color: '#8D73AC'

red 141 ◦ green 115 ◦ blue 172

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

Shades of Purple Mountain's Majesty #8D73AC

Tints of Purple Mountain's Majesty #8D73AC

RGB

 RED value IS 141 (55.47% from 255) = 32.94%

 GREEN value IS 115 (45.31% from 255) = 26.87%

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

R = 32.94%
G = 26.87%
B = 40.19%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D73AC (or 0x8D73AC) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 73 and AC. RGB value is (141,115,172). Sum of RGB (Red+Green+Blue) = 141+115+172=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D73AC is #728C53. Grayscale: #818181. Windows color (decimal): -7507028 or 11301773. OLE color: 11301773.

HSL color Cylindrical-coordinate representation of color #8D73AC: hue angle of 267.37º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D73AC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 115 172 -
CMYK 0.18 0.33 0 0.33
HSL 267.37º 0.26% 0.56% -
HSV(B) 267.37º 0.33% 0.67% -
XYZ 24.56 20.9 41.77 -
YUV 129.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 141 115 172 0.18 0.33 0 0.33 267.37 0.26 0.56
Hex 8D 73 AC 12 21 0 21 10B 1A 38
Octal 215 163 254 22 41 0 41 413 32 70
Binary 10001101 1110011 10101100 10010 100001 0 100001 100001011 11010 111000

Color Harmonies of #8D73AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D73AC

Black with #8D73AC

Text Example


Text Example

White with #8D73AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D73AC; }

 p { color: rgb(141,115,172); }

 H1.HeaderClassName
 {
   color: #8D73AC;
 }
 .AnyTagClassName
 {
   color: #8D73AC;
 }
</style>

background-color css

<style>
 a { background-color: #8D73AC; }

 a { background-color: rgb(141,115,172); }

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

border-color css

<style>
 span { border-color: #8D73AC; }

 span { border-color: rgb(141,115,172); }

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