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

📋 copy color: '#9583AA'

red 149 ◦ green 131 ◦ blue 170

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

Shades of Purple Mountain's Majesty #9583AA

Tints of Purple Mountain's Majesty #9583AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

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

R = 33.11%
G = 29.11%
B = 37.78%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9583AA (or 0x9583AA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 83 and AA. RGB value is (149,131,170). Sum of RGB (Red+Green+Blue) = 149+131+170=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #9583AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9583AA is #6A7C55. Grayscale: #8C8C8C. Windows color (decimal): -6978646 or 11174805. OLE color: 11174805.

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

Color convert

RGB 149 131 170 -
CMYK 0.12 0.23 0 0.33
HSL 267.69º 0.19% 0.59% -
HSV(B) 267.69º 0.23% 0.67% -
XYZ 27.77 25.52 41.49 -
YUV 140.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 149 131 170 0.12 0.23 0 0.33 267.69 0.19 0.59
Hex 95 83 AA C 17 0 21 10C 13 3B
Octal 225 203 252 14 27 0 41 414 23 73
Binary 10010101 10000011 10101010 1100 10111 0 100001 100001100 10011 111011

Color Harmonies of #9583AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9583AA

Black with #9583AA

Text Example


Text Example

White with #9583AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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