#9486AA

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

Shades of Purple Mountain's Majesty #9486AA

Tints of Purple Mountain's Majesty #9486AA

Color information

#9486AA (or 0x9486AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 86 and AA. RGB value is (148,134,170). Sum of RGB (Red+Green+Blue) = 148+134+170=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9486AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9486AA is #6B7955. Grayscale: #8E8E8E. Windows color (decimal): -7043414 or 11175572. OLE color: 11175572.

HSL color Cylindrical-coordinate representation of color #9486AA: hue angle of 263.33º 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 #9486AA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148134170-
CMYK0.130.2100.33
HSL263.33º17.48%59.61%-
HSV(B)263.33º21.18%66.67%-
XYZ27.9926.2541.62-
YUV142.29143.64132.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=32.74%
G=29.65%
B=37.61%

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
Decimal1481341700.130.2100.33263.3317.4859.61
Hex9486AAD15021107113c
Octal22420625215250414072174
Binary100101001000011010101010110110101010000110000011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9486AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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