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

📋 copy color: '#9586AC'

red 149 ◦ green 134 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9586AC

Tints of Purple Mountain's Majesty #9586AC

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.8%

R = 32.75%
G = 29.45%
B = 37.8%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9586AC (or 0x9586AC) is known color: 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

RGB 149 134 172 -
CMYK 0.13 0.22 0 0.33
HSL 263.68º 0.19% 0.6% -
HSV(B) 263.68º 0.22% 0.67% -
XYZ 28.37 26.42 42.63 -
YUV 142.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 149 134 172 0.13 0.22 0 0.33 263.68 0.19 0.6
Hex 95 86 AC D 16 0 21 108 13 3C
Octal 225 206 254 15 26 0 41 410 23 74
Binary 10010101 10000110 10101100 1101 10110 0 100001 100001000 10011 111100

Color Harmonies of #9586AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9586AC

Black with #9586AC

Text Example


Text Example

White with #9586AC

Text Example


Text Example

HTML Codes & Css Web 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>