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

📋 copy color: '#9574BA'

red 149 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9574BA

Tints of Purple Mountain's Majesty #9574BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 33.04%
G = 25.72%
B = 41.24%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9574BA (or 0x9574BA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 74 and BA. RGB value is (149,116,186). Sum of RGB (Red+Green+Blue) = 149+116+186=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #9574BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9574BA is #6A8B45. Grayscale: #858585. Windows color (decimal): -6982470 or 12219541. OLE color: 12219541.

HSL color Cylindrical-coordinate representation of color #9574BA: hue angle of 268.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9574BA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 116 186 -
CMYK 0.20 0.38 0 0.27
HSL 268.29º 0.34% 0.59% -
HSV(B) 268.29º 0.38% 0.73% -
XYZ 27.5 22.43 49.33 -
YUV 133.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 149 116 186 0.20 0.38 0 0.27 268.29 0.34 0.59
Hex 95 74 BA 14 26 0 1B 10C 22 3B
Octal 225 164 272 24 46 0 33 414 42 73
Binary 10010101 1110100 10111010 10100 100110 0 11011 100001100 100010 111011

Color Harmonies of #9574BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9574BA

Black with #9574BA

Text Example


Text Example

White with #9574BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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