Html Css Color HEX #9687AA Purple Mountain's Majesty

📋 copy color: '#9687AA'

red 150 ◦ green 135 ◦ blue 170

#9687AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9687AA

Tints of Purple Mountain's Majesty #9687AA

RGB

 RED value IS 150 (58.98% from 255) = 32.97%

 GREEN value IS 135 (53.13% from 255) = 29.67%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 32.97%
G = 29.67%
B = 37.36%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9687AA (or 0x9687AA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 87 and AA. RGB value is (150,135,170). Sum of RGB (Red+Green+Blue) = 150+135+170=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #9687AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9687AA is #697855. Grayscale: #8F8F8F. Windows color (decimal): -6912086 or 11175830. OLE color: 11175830.

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

Color convert

RGB 150 135 170 -
CMYK 0.12 0.21 0 0.33
HSL 265.71º 0.17% 0.6% -
HSV(B) 265.71º 0.21% 0.67% -
XYZ 28.5 26.71 41.68 -
YUV 143.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 150 135 170 0.12 0.21 0 0.33 265.71 0.17 0.6
Hex 96 87 AA C 15 0 21 10A 11 3C
Octal 226 207 252 14 25 0 41 412 21 74
Binary 10010110 10000111 10101010 1100 10101 0 100001 100001010 10001 111100

Color Harmonies of #9687AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9687AA

Black with #9687AA

Text Example


Text Example

White with #9687AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9687AA;
 }
 .AnyTagClassName
 {
   color: #9687AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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