#9684AE

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

Shades of Purple Mountain's Majesty #9684AE

Tints of Purple Mountain's Majesty #9684AE

Color information

#9684AE (or 0x9684AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 84 and AE. RGB value is (150,132,174). Sum of RGB (Red+Green+Blue) = 150+132+174=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #9684AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9684AE is #697B51. Grayscale: #8E8E8E. Windows color (decimal): -6912850 or 11437206. OLE color: 11437206.

HSL color Cylindrical-coordinate representation of color #9684AE: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9684AE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150132174-
CMYK0.140.2400.32
HSL265.71º20.59%60%-
HSV(B)265.71º24.14%68.24%-
XYZ28.4726.0443.57-
YUV142.17145.96133.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=32.89%
G=28.95%
B=38.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501321740.140.2400.32265.7120.5960
Hex9684AEE1802010a153c
Octal22620425616300404122574
Binary100101101000010010101110111011000010000010000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9684AE; }

 p { color: rgb(150,132,174); }

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

<style>
 a { background-color: #9684AE; }

 a { background-color: rgb(150,132,174); }

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

<style>
 span { border-color: #9684AE; }

 span { border-color: rgb(150,132,174); }

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