#9386AA

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

Shades of Purple Mountain's Majesty #9386AA

Tints of Purple Mountain's Majesty #9386AA

Color information

#9386AA (or 0x9386AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 86 and AA. RGB value is (147,134,170). Sum of RGB (Red+Green+Blue) = 147+134+170=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #9386AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9386AA is #6C7955. Grayscale: #8D8D8D. Windows color (decimal): -7108950 or 11175571. OLE color: 11175571.

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

Color convert

RGB147134170-
CMYK0.140.2100.33
HSL261.67º17.48%59.61%-
HSV(B)261.67º21.18%66.67%-
XYZ27.8126.1641.61-
YUV141.99143.81131.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=32.59%
G=29.71%
B=37.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471341700.140.2100.33261.6717.4859.61
Hex9386AAE15021106113c
Octal22320625216250414062174
Binary100100111000011010101010111010101010000110000011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9386AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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