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

📋 copy color: '#8D73B6'

red 141 ◦ green 115 ◦ blue 182

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

Shades of Purple Mountain's Majesty #8D73B6

Tints of Purple Mountain's Majesty #8D73B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.55%

R = 32.19%
G = 26.26%
B = 41.55%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8D73B6 (or 0x8D73B6) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 73 and B6. RGB value is (141,115,182). Sum of RGB (Red+Green+Blue) = 141+115+182=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D73B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73B6 is #728C49. Grayscale: #828282. Windows color (decimal): -7507018 or 11957133. OLE color: 11957133.

HSL color Cylindrical-coordinate representation of color #8D73B6: hue angle of 263.28º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D73B6 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 115 182 -
CMYK 0.23 0.37 0 0.29
HSL 263.28º 0.31% 0.58% -
HSV(B) 263.28º 0.37% 0.71% -
XYZ 25.56 21.3 47.02 -
YUV 130.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 141 115 182 0.23 0.37 0 0.29 263.28 0.31 0.58
Hex 8D 73 B6 17 25 0 1D 107 1F 3A
Octal 215 163 266 27 45 0 35 407 37 72
Binary 10001101 1110011 10110110 10111 100101 0 11101 100000111 11111 111010

Color Harmonies of #8D73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D73B6

Black with #8D73B6

Text Example


Text Example

White with #8D73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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