#9B87AD

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

Shades of Purple Mountain's Majesty #9B87AD

Tints of Purple Mountain's Majesty #9B87AD

Color information

#9B87AD (or 0x9B87AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 87 and AD. RGB value is (155,135,173). Sum of RGB (Red+Green+Blue) = 155+135+173=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B87AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B87AD is #647852. Grayscale: #919191. Windows color (decimal): -6584403 or 11372443. OLE color: 11372443.

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

Color convert

RGB155135173-
CMYK0.100.2200.32
HSL271.58º18.81%60.39%-
HSV(B)271.58º21.97%67.84%-
XYZ29.7227.3143.24-
YUV145.31143.63134.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=33.48%
G=29.16%
B=37.37%

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
Decimal1551351730.100.2200.32271.5818.8160.39
Hex9B87ADA16020110133c
Octal23320725512260404202374
Binary100110111000011110101101101010110010000010001000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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