#8F7BAB

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

Shades of Purple Mountain's Majesty #8F7BAB

Tints of Purple Mountain's Majesty #8F7BAB

Color information

#8F7BAB (or 0x8F7BAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 7B and AB. RGB value is (143,123,171). Sum of RGB (Red+Green+Blue) = 143+123+171=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7BAB is #708454. Grayscale: #868686. Windows color (decimal): -7373909 or 11238287. OLE color: 11238287.

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

Color convert

RGB143123171-
CMYK0.160.2800.33
HSL265º22.22%57.65%-
HSV(B)265º28.07%67.06%-
XYZ25.7622.9541.6-
YUV134.45148.63134.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.72%
GREEN value IS 123 (48.44% from 255) = 28.15%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=32.72%
G=28.15%
B=39.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431231710.160.2800.3326522.2257.65
Hex8F7BAB101C021109163a
Octal21717325320340414112672
Binary100011111111011101010111000011100010000110000100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,123,171); }

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

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

 a { background-color: rgb(143,123,171); }

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

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

 span { border-color: rgb(143,123,171); }

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