#9487AA

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

Shades of Purple Mountain's Majesty #9487AA

Tints of Purple Mountain's Majesty #9487AA

Color information

#9487AA (or 0x9487AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 87 and AA. RGB value is (148,135,170). Sum of RGB (Red+Green+Blue) = 148+135+170=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #9487AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9487AA is #6B7855. Grayscale: #8E8E8E. Windows color (decimal): -7043158 or 11175828. OLE color: 11175828.

HSL color Cylindrical-coordinate representation of color #9487AA: hue angle of 262.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9487AA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148135170-
CMYK0.130.2100.33
HSL262.29º17.07%59.8%-
HSV(B)262.29º20.59%66.67%-
XYZ28.1326.5341.67-
YUV142.88143.31131.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=32.67%
G=29.80%
B=37.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481351700.130.2100.33262.2917.0759.8
Hex9487AAD15021106113c
Octal22420725215250414062174
Binary100101001000011110101010110110101010000110000011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9487AA; }

 p { color: rgb(148,135,170); }

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

<style>
 a { background-color: #9487AA; }

 a { background-color: rgb(148,135,170); }

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

<style>
 span { border-color: #9487AA; }

 span { border-color: rgb(148,135,170); }

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