#9B87AC

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

Shades of Purple Mountain's Majesty #9B87AC

Tints of Purple Mountain's Majesty #9B87AC

Color information

#9B87AC (or 0x9B87AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 87 and AC. RGB value is (155,135,172). Sum of RGB (Red+Green+Blue) = 155+135+172=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B87AC is #647853. Grayscale: #919191. Windows color (decimal): -6584404 or 11306907. OLE color: 11306907.

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

Color convert

RGB155135172-
CMYK0.100.2200.33
HSL272.43º18.23%60.2%-
HSV(B)272.43º21.51%67.45%-
XYZ29.6327.2842.73-
YUV145.2143.13134.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=33.55%
G=29.22%
B=37.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551351720.100.2200.33272.4318.2360.2
Hex9B87ACA16021110123c
Octal23320725412260414202274
Binary100110111000011110101100101010110010000110001000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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