Html Css Color HEX #9574B7 Purple Mountain's Majesty

📋 copy color: '#9574B7'

red 149 ◦ green 116 ◦ blue 183

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

Shades of Purple Mountain's Majesty #9574B7

Tints of Purple Mountain's Majesty #9574B7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

 BLUE value IS 183 (71.88% from 255) = 40.85%

R = 33.26%
G = 25.89%
B = 40.85%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9574B7 (or 0x9574B7) is known color: Purple Mountain's Majesty. HEX triplet: 95, 74 and B7. RGB value is (149,116,183). Sum of RGB (Red+Green+Blue) = 149+116+183=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 183 - color contains mainly: blue. Hex color #9574B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9574B7 is #6A8B48. Grayscale: #858585. Windows color (decimal): -6982473 or 12022933. OLE color: 12022933.

HSL color Cylindrical-coordinate representation of color #9574B7: hue angle of 269.55º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9574B7 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 116 183 -
CMYK 0.19 0.37 0 0.28
HSL 269.55º 0.32% 0.59% -
HSV(B) 269.55º 0.37% 0.72% -
XYZ 27.19 22.3 47.67 -
YUV 133.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 149 116 183 0.19 0.37 0 0.28 269.55 0.32 0.59
Hex 95 74 B7 13 25 0 1C 10E 20 3B
Octal 225 164 267 23 45 0 34 416 40 73
Binary 10010101 1110100 10110111 10011 100101 0 11100 100001110 100000 111011

Color Harmonies of #9574B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9574B7

Black with #9574B7

Text Example


Text Example

White with #9574B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9574B7; }

 p { color: rgb(149,116,183); }

 H1.HeaderClassName
 {
   color: #9574B7;
 }
 .AnyTagClassName
 {
   color: #9574B7;
 }
</style>

background-color css

<style>
 a { background-color: #9574B7; }

 a { background-color: rgb(149,116,183); }

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

border-color css

<style>
 span { border-color: #9574B7; }

 span { border-color: rgb(149,116,183); }

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