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

📋 copy color: '#8D7BAD'

red 141 ◦ green 123 ◦ blue 173

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

Shades of Purple Mountain's Majesty #8D7BAD

Tints of Purple Mountain's Majesty #8D7BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 32.27%
G = 28.15%
B = 39.59%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D7BAD (or 0x8D7BAD) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 7B and AD. RGB value is (141,123,173). Sum of RGB (Red+Green+Blue) = 141+123+173=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7BAD is #728452. Grayscale: #858585. Windows color (decimal): -7504979 or 11369357. OLE color: 11369357.

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

Color convert

RGB 141 123 173 -
CMYK 0.18 0.29 0 0.32
HSL 261.6º 0.23% 0.58% -
HSV(B) 261.6º 0.29% 0.68% -
XYZ 25.61 22.85 42.6 -
YUV 134.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 141 123 173 0.18 0.29 0 0.32 261.6 0.23 0.58
Hex 8D 7B AD 12 1D 0 20 106 17 3A
Octal 215 173 255 22 35 0 40 406 27 72
Binary 10001101 1111011 10101101 10010 11101 0 100000 100000110 10111 111010

Color Harmonies of #8D7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7BAD

Black with #8D7BAD

Text Example


Text Example

White with #8D7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,123,173); }

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

background-color css

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

 a { background-color: rgb(141,123,173); }

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

border-color css

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

 span { border-color: rgb(141,123,173); }

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