#8F7CAD

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

Shades of Purple Mountain's Majesty #8F7CAD

Tints of Purple Mountain's Majesty #8F7CAD

Color information

#8F7CAD (or 0x8F7CAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 7C and AD. RGB value is (143,124,173). Sum of RGB (Red+Green+Blue) = 143+124+173=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F7CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7CAD is #708352. Grayscale: #878787. Windows color (decimal): -7373651 or 11369615. OLE color: 11369615.

HSL color Cylindrical-coordinate representation of color #8F7CAD: hue angle of 263.27º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F7CAD is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143124173-
CMYK0.170.2800.32
HSL263.27º23%58.24%-
HSV(B)263.27º28.32%67.84%-
XYZ26.0823.2742.65-
YUV135.27149.29133.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.5%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=32.5%
G=28.18%
B=39.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431241730.170.2800.32263.272358.24
Hex8F7CAD111C020107173a
Octal21717425521340404072772
Binary100011111111100101011011000111100010000010000011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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