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

📋 copy color: '#9684AC'

red 150 ◦ green 132 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9684AC

Tints of Purple Mountain's Majesty #9684AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 33.04%
G = 29.07%
B = 37.89%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9684AC (or 0x9684AC) is known color: Purple Mountain's Majesty. HEX triplet: 96, 84 and AC. RGB value is (150,132,172). Sum of RGB (Red+Green+Blue) = 150+132+172=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #9684AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9684AC is #697B53. Grayscale: #8D8D8D. Windows color (decimal): -6912852 or 11306134. OLE color: 11306134.

HSL color Cylindrical-coordinate representation of color #9684AC: hue angle of 267º 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 #9684AC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 132 172 -
CMYK 0.13 0.23 0 0.33
HSL 267º 0.19% 0.6% -
HSV(B) 267º 0.23% 0.67% -
XYZ 28.28 25.97 42.55 -
YUV 141.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 150 132 172 0.13 0.23 0 0.33 267 0.19 0.6
Hex 96 84 AC D 17 0 21 10B 13 3C
Octal 226 204 254 15 27 0 41 413 23 74
Binary 10010110 10000100 10101100 1101 10111 0 100001 100001011 10011 111100

Color Harmonies of #9684AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9684AC

Black with #9684AC

Text Example


Text Example

White with #9684AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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