#8D76AF

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

Shades of Purple Mountain's Majesty #8D76AF

Tints of Purple Mountain's Majesty #8D76AF

Color information

#8D76AF (or 0x8D76AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 76 and AF. RGB value is (141,118,175). Sum of RGB (Red+Green+Blue) = 141+118+175=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D76AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D76AF is #728950. Grayscale: #838383. Windows color (decimal): -7506257 or 11499149. OLE color: 11499149.

HSL color Cylindrical-coordinate representation of color #8D76AF: hue angle of 264.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D76AF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141118175-
CMYK0.190.3300.31
HSL264.21º26.27%57.45%-
HSV(B)264.21º32.57%68.63%-
XYZ25.221.7143.42-
YUV131.37152.62134.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=32.49%
G=27.19%
B=40.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411181750.190.3300.31264.2126.2757.45
Hex8D76AF132101F1081a39
Octal21516625723410374103271
Binary100011011110110101011111001110000101111110000100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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