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

📋 copy color: '#9581AA'

red 149 ◦ green 129 ◦ blue 170

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

Shades of Purple Mountain's Majesty #9581AA

Tints of Purple Mountain's Majesty #9581AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

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

R = 33.26%
G = 28.79%
B = 37.95%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9581AA (or 0x9581AA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 81 and AA. RGB value is (149,129,170). Sum of RGB (Red+Green+Blue) = 149+129+170=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9581AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9581AA is #6A7E55. Grayscale: #8B8B8B. Windows color (decimal): -6979158 or 11174293. OLE color: 11174293.

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

Color convert

RGB 149 129 170 -
CMYK 0.12 0.24 0 0.33
HSL 269.27º 0.19% 0.59% -
HSV(B) 269.27º 0.24% 0.67% -
XYZ 27.5 24.99 41.4 -
YUV 139.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 149 129 170 0.12 0.24 0 0.33 269.27 0.19 0.59
Hex 95 81 AA C 18 0 21 10D 13 3B
Octal 225 201 252 14 30 0 41 415 23 73
Binary 10010101 10000001 10101010 1100 11000 0 100001 100001101 10011 111011

Color Harmonies of #9581AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581AA

Black with #9581AA

Text Example


Text Example

White with #9581AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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