#9C87AD

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

Shades of Purple Mountain's Majesty #9C87AD

Tints of Purple Mountain's Majesty #9C87AD

Color information

#9C87AD (or 0x9C87AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 87 and AD. RGB value is (156,135,173). Sum of RGB (Red+Green+Blue) = 156+135+173=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C87AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C87AD is #637852. Grayscale: #919191. Windows color (decimal): -6518867 or 11372444. OLE color: 11372444.

HSL color Cylindrical-coordinate representation of color #9C87AD: hue angle of 273.16º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C87AD is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156135173-
CMYK0.100.2200.32
HSL273.16º18.81%60.39%-
HSV(B)273.16º21.97%67.84%-
XYZ29.9227.4143.25-
YUV145.61143.46135.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=33.62%
G=29.09%
B=37.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561351730.100.2200.32273.1618.8160.39
Hex9C87ADA16020111133c
Octal23420725512260404212374
Binary100111001000011110101101101010110010000010001000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C87AD; }

 p { color: rgb(156,135,173); }

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

<style>
 a { background-color: #9C87AD; }

 a { background-color: rgb(156,135,173); }

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

<style>
 span { border-color: #9C87AD; }

 span { border-color: rgb(156,135,173); }

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