#9685AC

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

Shades of Purple Mountain's Majesty #9685AC

Tints of Purple Mountain's Majesty #9685AC

Color information

#9685AC (or 0x9685AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 85 and AC. RGB value is (150,133,172). Sum of RGB (Red+Green+Blue) = 150+133+172=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #9685AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9685AC is #697A53. Grayscale: #8E8E8E. Windows color (decimal): -6912596 or 11306390. OLE color: 11306390.

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

Color convert

RGB150133172-
CMYK0.130.2300.33
HSL266.15º19.02%59.8%-
HSV(B)266.15º22.67%67.45%-
XYZ28.4126.2442.6-
YUV142.53144.63133.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=32.97%
G=29.23%
B=37.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501331720.130.2300.33266.1519.0259.8
Hex9685ACD1702110a133c
Octal22620525415270414122374
Binary100101101000010110101100110110111010000110000101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9685AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9685AC; }

 p { color: rgb(150,133,172); }

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

<style>
 a { background-color: #9685AC; }

 a { background-color: rgb(150,133,172); }

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

<style>
 span { border-color: #9685AC; }

 span { border-color: rgb(150,133,172); }

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