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

📋 copy color: '#9987AC'

red 153 ◦ green 135 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9987AC

Tints of Purple Mountain's Majesty #9987AC

RGB

 RED value IS 153 (60.16% from 255) = 33.26%

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

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

R = 33.26%
G = 29.35%
B = 37.39%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9987AC (or 0x9987AC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 87 and AC. RGB value is (153,135,172). Sum of RGB (Red+Green+Blue) = 153+135+172=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #9987AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9987AC is #667853. Grayscale: #909090. Windows color (decimal): -6715476 or 11306905. OLE color: 11306905.

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

Color convert

RGB 153 135 172 -
CMYK 0.11 0.22 0 0.33
HSL 269.19º 0.18% 0.6% -
HSV(B) 269.19º 0.22% 0.67% -
XYZ 29.25 27.08 42.71 -
YUV 144.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 153 135 172 0.11 0.22 0 0.33 269.19 0.18 0.6
Hex 99 87 AC B 16 0 21 10D 12 3C
Octal 231 207 254 13 26 0 41 415 22 74
Binary 10011001 10000111 10101100 1011 10110 0 100001 100001101 10010 111100

Color Harmonies of #9987AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987AC

Black with #9987AC

Text Example


Text Example

White with #9987AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,135,172); }

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

background-color css

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

 a { background-color: rgb(153,135,172); }

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

border-color css

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

 span { border-color: rgb(153,135,172); }

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