#9985AD

Color #9985AD Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9985AD

Tints of Purple Mountain's Majesty #9985AD

Color information

#9985AD (or 0x9985AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 85 and AD. RGB value is (153,133,173). Sum of RGB (Red+Green+Blue) = 153+133+173=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #9985AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9985AD is #667A52. Grayscale: #8F8F8F. Windows color (decimal): -6715987 or 11371929. OLE color: 11371929.

HSL color Cylindrical-coordinate representation of color #9985AD: hue angle of 270º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9985AD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153133173-
CMYK0.120.2300.32
HSL270º19.61%60%-
HSV(B)270º23.12%67.84%-
XYZ29.0726.5643.13-
YUV143.54144.63134.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=33.33%
G=28.98%
B=37.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531331730.120.2300.3227019.6160
Hex9985ADC1702010e143c
Octal23120525514270404162474
Binary100110011000010110101101110010111010000010000111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9985AD;
 }
 .AnyTagClassName
 {
   color: #9985AD;
 }
</style>
background-color css

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

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

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

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

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

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