#8D7FB4

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

Shades of Purple Mountain's Majesty #8D7FB4

Tints of Purple Mountain's Majesty #8D7FB4

Color information

#8D7FB4 (or 0x8D7FB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 7F and B4. RGB value is (141,127,180). Sum of RGB (Red+Green+Blue) = 141+127+180=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #8D7FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7FB4 is #72804B. Grayscale: #898989. Windows color (decimal): -7503948 or 11829133. OLE color: 11829133.

HSL color Cylindrical-coordinate representation of color #8D7FB4: hue angle of 255.85º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D7FB4 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB141127180-
CMYK0.220.2900.29
HSL255.85º26.11%60.2%-
HSV(B)255.85º29.44%70.59%-
XYZ26.8124.1446.43-
YUV137.23152.14130.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=31.47%
G=28.35%
B=40.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411271800.220.2900.29255.8526.1160.2
Hex8D7FB4161D01D1001a3c
Octal21517726426350354003274
Binary10001101111111110110100101101110101110110000000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,180); }

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

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

 a { background-color: rgb(141,127,180); }

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

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

 span { border-color: rgb(141,127,180); }

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