#9B86AC

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

Shades of Purple Mountain's Majesty #9B86AC

Tints of Purple Mountain's Majesty #9B86AC

Color information

#9B86AC (or 0x9B86AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 86 and AC. RGB value is (155,134,172). Sum of RGB (Red+Green+Blue) = 155+134+172=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B86AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B86AC is #647953. Grayscale: #909090. Windows color (decimal): -6584660 or 11306651. OLE color: 11306651.

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

Color convert

RGB155134172-
CMYK0.100.2200.33
HSL273.16º18.63%60%-
HSV(B)273.16º22.09%67.45%-
XYZ29.492742.69-
YUV144.61143.46135.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=33.62%
G=29.07%
B=37.31%

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
Decimal1551341720.100.2200.33273.1618.6360
Hex9B86ACA16021111133c
Octal23320625412260414212374
Binary100110111000011010101100101010110010000110001000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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