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

📋 copy color: '#9580AB'

red 149 ◦ green 128 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9580AB

Tints of Purple Mountain's Majesty #9580AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.57%

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

R = 33.26%
G = 28.57%
B = 38.17%

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

#9580AB (or 0x9580AB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 80 and AB. RGB value is (149,128,171). Sum of RGB (Red+Green+Blue) = 149+128+171=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9580AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9580AB is #6A7F54. Grayscale: #8B8B8B. Windows color (decimal): -6979413 or 11239573. OLE color: 11239573.

HSL color Cylindrical-coordinate representation of color #9580AB: hue angle of 269.3º 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 #9580AB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 128 171 -
CMYK 0.13 0.25 0 0.33
HSL 269.3º 0.2% 0.59% -
HSV(B) 269.3º 0.25% 0.67% -
XYZ 27.46 24.77 41.86 -
YUV 139.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 149 128 171 0.13 0.25 0 0.33 269.3 0.2 0.59
Hex 95 80 AB D 19 0 21 10D 14 3B
Octal 225 200 253 15 31 0 41 415 24 73
Binary 10010101 10000000 10101011 1101 11001 0 100001 100001101 10100 111011

Color Harmonies of #9580AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9580AB

Black with #9580AB

Text Example


Text Example

White with #9580AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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