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

📋 copy color: '#9985AB'

red 153 ◦ green 133 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9985AB

Tints of Purple Mountain's Majesty #9985AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 33.48%
G = 29.1%
B = 37.42%

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

#9985AB (or 0x9985AB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 85 and AB. RGB value is (153,133,171). Sum of RGB (Red+Green+Blue) = 153+133+171=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #9985AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9985AB is #667A54. Grayscale: #8F8F8F. Windows color (decimal): -6715989 or 11240857. OLE color: 11240857.

HSL color Cylindrical-coordinate representation of color #9985AB: hue angle of 271.58º 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 #9985AB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 133 171 -
CMYK 0.11 0.22 0 0.33
HSL 271.58º 0.18% 0.6% -
HSV(B) 271.58º 0.22% 0.67% -
XYZ 28.88 26.49 42.12 -
YUV 143.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 153 133 171 0.11 0.22 0 0.33 271.58 0.18 0.6
Hex 99 85 AB B 16 0 21 110 12 3C
Octal 231 205 253 13 26 0 41 420 22 74
Binary 10011001 10000101 10101011 1011 10110 0 100001 100010000 10010 111100

Color Harmonies of #9985AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9985AB

Black with #9985AB

Text Example


Text Example

White with #9985AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,133,171); }

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

background-color css

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

 a { background-color: rgb(153,133,171); }

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

border-color css

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

 span { border-color: rgb(153,133,171); }

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