Html Css Color HEX #9573B6 Purple Mountain's Majesty

📋 copy color: '#9573B6'

red 149 ◦ green 115 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9573B6

Tints of Purple Mountain's Majesty #9573B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.78%

 BLUE value IS 182 (71.48% from 255) = 40.81%

R = 33.41%
G = 25.78%
B = 40.81%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9573B6 (or 0x9573B6) is known color: Purple Mountain's Majesty. HEX triplet: 95, 73 and B6. RGB value is (149,115,182). Sum of RGB (Red+Green+Blue) = 149+115+182=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #9573B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573B6 is #6A8C49. Grayscale: #848484. Windows color (decimal): -6982730 or 11957141. OLE color: 11957141.

HSL color Cylindrical-coordinate representation of color #9573B6: hue angle of 270.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9573B6 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 115 182 -
CMYK 0.18 0.37 0 0.29
HSL 270.45º 0.31% 0.58% -
HSV(B) 270.45º 0.37% 0.71% -
XYZ 26.97 22.03 47.09 -
YUV 132.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 149 115 182 0.18 0.37 0 0.29 270.45 0.31 0.58
Hex 95 73 B6 12 25 0 1D 10E 1F 3A
Octal 225 163 266 22 45 0 35 416 37 72
Binary 10010101 1110011 10110110 10010 100101 0 11101 100001110 11111 111010

Color Harmonies of #9573B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573B6

Black with #9573B6

Text Example


Text Example

White with #9573B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9573B6; }

 p { color: rgb(149,115,182); }

 H1.HeaderClassName
 {
   color: #9573B6;
 }
 .AnyTagClassName
 {
   color: #9573B6;
 }
</style>

background-color css

<style>
 a { background-color: #9573B6; }

 a { background-color: rgb(149,115,182); }

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

border-color css

<style>
 span { border-color: #9573B6; }

 span { border-color: rgb(149,115,182); }

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