Html Css Color HEX #9684AB Purple Mountain's Majesty

📋 copy color: '#9684AB'

red 150 ◦ green 132 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9684AB

Tints of Purple Mountain's Majesty #9684AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 33.11%
G = 29.14%
B = 37.75%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9684AB (or 0x9684AB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 84 and AB. RGB value is (150,132,171). Sum of RGB (Red+Green+Blue) = 150+132+171=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #9684AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9684AB is #697B54. Grayscale: #8D8D8D. Windows color (decimal): -6912853 or 11240598. OLE color: 11240598.

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

Color convert

RGB 150 132 171 -
CMYK 0.12 0.23 0 0.33
HSL 267.69º 0.19% 0.59% -
HSV(B) 267.69º 0.23% 0.67% -
XYZ 28.18 25.93 42.05 -
YUV 141.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 150 132 171 0.12 0.23 0 0.33 267.69 0.19 0.59
Hex 96 84 AB C 17 0 21 10C 13 3B
Octal 226 204 253 14 27 0 41 414 23 73
Binary 10010110 10000100 10101011 1100 10111 0 100001 100001100 10011 111011

Color Harmonies of #9684AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9684AB

Black with #9684AB

Text Example


Text Example

White with #9684AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9684AB;
 }
 .AnyTagClassName
 {
   color: #9684AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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