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

📋 copy color: '#9774BA'

red 151 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9774BA

Tints of Purple Mountain's Majesty #9774BA

RGB

 RED value IS 151 (59.38% from 255) = 33.33%

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

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

R = 33.33%
G = 25.61%
B = 41.06%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9774BA (or 0x9774BA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 74 and BA. RGB value is (151,116,186). Sum of RGB (Red+Green+Blue) = 151+116+186=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9774BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9774BA is #688B45. Grayscale: #868686. Windows color (decimal): -6851398 or 12219543. OLE color: 12219543.

HSL color Cylindrical-coordinate representation of color #9774BA: hue angle of 270º 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 #9774BA is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 116 186 -
CMYK 0.19 0.38 0 0.27
HSL 270º 0.34% 0.59% -
HSV(B) 270º 0.38% 0.73% -
XYZ 27.87 22.62 49.35 -
YUV 134.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 151 116 186 0.19 0.38 0 0.27 270 0.34 0.59
Hex 97 74 BA 13 26 0 1B 10E 22 3B
Octal 227 164 272 23 46 0 33 416 42 73
Binary 10010111 1110100 10111010 10011 100110 0 11011 100001110 100010 111011

Color Harmonies of #9774BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9774BA

Black with #9774BA

Text Example


Text Example

White with #9774BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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