#9586AC

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

Shades of Purple Mountain's Majesty #9586AC

Tints of Purple Mountain's Majesty #9586AC

Color information

#9586AC (or 0x9586AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 86 and AC. RGB value is (149,134,172). Sum of RGB (Red+Green+Blue) = 149+134+172=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #9586AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9586AC is #6A7953. Grayscale: #8E8E8E. Windows color (decimal): -6977876 or 11306645. OLE color: 11306645.

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

Color convert

RGB149134172-
CMYK0.130.2200.33
HSL263.68º18.63%60%-
HSV(B)263.68º22.09%67.45%-
XYZ28.3726.4242.63-
YUV142.82144.47132.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=32.75%
G=29.45%
B=37.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491341720.130.2200.33263.6818.6360
Hex9586ACD16021108133c
Octal22520625415260414102374
Binary100101011000011010101100110110110010000110000100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9586AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9586AC; }

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

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

<style>
 a { background-color: #9586AC; }

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

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

<style>
 span { border-color: #9586AC; }

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

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