#8D76AD

Color #8D76AD Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #8D76AD

Tints of Purple Mountain's Majesty #8D76AD

Color information

#8D76AD (or 0x8D76AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 76 and AD. RGB value is (141,118,173). Sum of RGB (Red+Green+Blue) = 141+118+173=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D76AD is #728952. Grayscale: #828282. Windows color (decimal): -7506259 or 11368077. OLE color: 11368077.

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

Color convert

RGB141118173-
CMYK0.180.3200.32
HSL265.09º25.11%57.06%-
HSV(B)265.09º31.79%67.84%-
XYZ25.0121.6442.39-
YUV131.15151.62135.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=32.64%
G=27.31%
B=40.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411181730.180.3200.32265.0925.1157.06
Hex8D76AD12200201091939
Octal21516625522400404113171
Binary1000110111101101010110110010100000010000010000100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D76AD;
 }
 .AnyTagClassName
 {
   color: #8D76AD;
 }
</style>
background-color css

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

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

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

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

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

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