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

📋 copy color: '#9581AD'

red 149 ◦ green 129 ◦ blue 173

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

Shades of Purple Mountain's Majesty #9581AD

Tints of Purple Mountain's Majesty #9581AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 33.04%
G = 28.6%
B = 38.36%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9581AD (or 0x9581AD) is known color: Purple Mountain's Majesty. HEX triplet: 95, 81 and AD. RGB value is (149,129,173). Sum of RGB (Red+Green+Blue) = 149+129+173=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #9581AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9581AD is #6A7E52. Grayscale: #8B8B8B. Windows color (decimal): -6979155 or 11370901. OLE color: 11370901.

HSL color Cylindrical-coordinate representation of color #9581AD: hue angle of 267.27º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9581AD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 129 173 -
CMYK 0.14 0.25 0 0.32
HSL 267.27º 0.21% 0.59% -
HSV(B) 267.27º 0.25% 0.68% -
XYZ 27.79 25.11 42.92 -
YUV 140 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 149 129 173 0.14 0.25 0 0.32 267.27 0.21 0.59
Hex 95 81 AD E 19 0 20 10B 15 3B
Octal 225 201 255 16 31 0 40 413 25 73
Binary 10010101 10000001 10101101 1110 11001 0 100000 100001011 10101 111011

Color Harmonies of #9581AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581AD

Black with #9581AD

Text Example


Text Example

White with #9581AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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