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

📋 copy color: '#9581AB'

red 149 ◦ green 129 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9581AB

Tints of Purple Mountain's Majesty #9581AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 33.18%
G = 28.73%
B = 38.08%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9581AB (or 0x9581AB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 81 and AB. RGB value is (149,129,171). Sum of RGB (Red+Green+Blue) = 149+129+171=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9581AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9581AB is #6A7E54. Grayscale: #8B8B8B. Windows color (decimal): -6979157 or 11239829. OLE color: 11239829.

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

Color convert

RGB 149 129 171 -
CMYK 0.13 0.25 0 0.33
HSL 268.57º 0.2% 0.59% -
HSV(B) 268.57º 0.25% 0.67% -
XYZ 27.6 25.03 41.9 -
YUV 139.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 149 129 171 0.13 0.25 0 0.33 268.57 0.2 0.59
Hex 95 81 AB D 19 0 21 10D 14 3B
Octal 225 201 253 15 31 0 41 415 24 73
Binary 10010101 10000001 10101011 1101 11001 0 100001 100001101 10100 111011

Color Harmonies of #9581AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581AB

Black with #9581AB

Text Example


Text Example

White with #9581AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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