Html Css Color HEX #9586AA Purple Mountain's Majesty

📋 copy color: '#9586AA'

red 149 ◦ green 134 ◦ blue 170

#9586AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9586AA

Tints of Purple Mountain's Majesty #9586AA

RGB

 RED value IS 149 (58.59% from 255) = 32.89%

 GREEN value IS 134 (52.73% from 255) = 29.58%

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 32.89%
G = 29.58%
B = 37.53%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9586AA (or 0x9586AA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 86 and AA. RGB value is (149,134,170). Sum of RGB (Red+Green+Blue) = 149+134+170=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #9586AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9586AA is #6A7955. Grayscale: #8E8E8E. Windows color (decimal): -6977878 or 11175573. OLE color: 11175573.

HSL color Cylindrical-coordinate representation of color #9586AA: hue angle of 265º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9586AA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 134 170 -
CMYK 0.12 0.21 0 0.33
HSL 265º 0.17% 0.6% -
HSV(B) 265º 0.21% 0.67% -
XYZ 28.18 26.34 41.63 -
YUV 142.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 149 134 170 0.12 0.21 0 0.33 265 0.17 0.6
Hex 95 86 AA C 15 0 21 109 11 3C
Octal 225 206 252 14 25 0 41 411 21 74
Binary 10010101 10000110 10101010 1100 10101 0 100001 100001001 10001 111100

Color Harmonies of #9586AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9586AA

Black with #9586AA

Text Example


Text Example

White with #9586AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9586AA;
 }
 .AnyTagClassName
 {
   color: #9586AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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