Html Css Color HEX #9377AD Purple Mountain's Majesty

📋 copy color: '#9377AD'

red 147 ◦ green 119 ◦ blue 173

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

Shades of Purple Mountain's Majesty #9377AD

Tints of Purple Mountain's Majesty #9377AD

RGB

 RED value IS 147 (57.81% from 255) = 33.49%

 GREEN value IS 119 (46.88% from 255) = 27.11%

 BLUE value IS 173 (67.97% from 255) = 39.41%

R = 33.49%
G = 27.11%
B = 39.41%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9377AD (or 0x9377AD) is known color: Purple Mountain's Majesty. HEX triplet: 93, 77 and AD. RGB value is (147,119,173). Sum of RGB (Red+Green+Blue) = 147+119+173=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #9377AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9377AD is #6C8852. Grayscale: #858585. Windows color (decimal): -7112787 or 11368339. OLE color: 11368339.

HSL color Cylindrical-coordinate representation of color #9377AD: hue angle of 271.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9377AD is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 119 173 -
CMYK 0.15 0.31 0 0.32
HSL 271.11º 0.25% 0.57% -
HSV(B) 271.11º 0.31% 0.68% -
XYZ 26.17 22.41 42.48 -
YUV 133.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 147 119 173 0.15 0.31 0 0.32 271.11 0.25 0.57
Hex 93 77 AD F 1F 0 20 10F 19 39
Octal 223 167 255 17 37 0 40 417 31 71
Binary 10010011 1110111 10101101 1111 11111 0 100000 100001111 11001 111001

Color Harmonies of #9377AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9377AD

Black with #9377AD

Text Example


Text Example

White with #9377AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9377AD; }

 p { color: rgb(147,119,173); }

 H1.HeaderClassName
 {
   color: #9377AD;
 }
 .AnyTagClassName
 {
   color: #9377AD;
 }
</style>

background-color css

<style>
 a { background-color: #9377AD; }

 a { background-color: rgb(147,119,173); }

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

border-color css

<style>
 span { border-color: #9377AD; }

 span { border-color: rgb(147,119,173); }

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