#8F7CAA

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

Shades of Purple Mountain's Majesty #8F7CAA

Tints of Purple Mountain's Majesty #8F7CAA

Color information

#8F7CAA (or 0x8F7CAA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 7C and AA. RGB value is (143,124,170). Sum of RGB (Red+Green+Blue) = 143+124+170=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7CAA is #708355. Grayscale: #868686. Windows color (decimal): -7373654 or 11173007. OLE color: 11173007.

HSL color Cylindrical-coordinate representation of color #8F7CAA: hue angle of 264.78º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F7CAA is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143124170-
CMYK0.160.2700.33
HSL264.78º21.3%57.65%-
HSV(B)264.78º27.06%66.67%-
XYZ25.7923.1641.14-
YUV134.92147.79133.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.72%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=32.72%
G=28.38%
B=38.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431241700.160.2700.33264.7821.357.65
Hex8F7CAA101B021109153a
Octal21717425220330414112572
Binary100011111111100101010101000011011010000110000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,124,170); }

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

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

 a { background-color: rgb(143,124,170); }

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

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

 span { border-color: rgb(143,124,170); }

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