#8D7DAF

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

Shades of Purple Mountain's Majesty #8D7DAF

Tints of Purple Mountain's Majesty #8D7DAF

Color information

#8D7DAF (or 0x8D7DAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 7D and AF. RGB value is (141,125,175). Sum of RGB (Red+Green+Blue) = 141+125+175=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7DAF is #728250. Grayscale: #878787. Windows color (decimal): -7504465 or 11500941. OLE color: 11500941.

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

Color convert

RGB141125175-
CMYK0.190.2900.31
HSL259.2º23.81%58.82%-
HSV(B)259.2º28.57%68.63%-
XYZ26.0623.4343.71-
YUV135.48150.3131.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=31.97%
G=28.34%
B=39.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411251750.190.2900.31259.223.8158.82
Hex8D7DAF131D01F103183b
Octal21517525723350374033073
Binary10001101111110110101111100111110101111110000001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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