Html Css Color HEX #9477B3 Purple Mountain's Majesty

📋 copy color: '#9477B3'

red 148 ◦ green 119 ◦ blue 179

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

Shades of Purple Mountain's Majesty #9477B3

Tints of Purple Mountain's Majesty #9477B3

RGB

 RED value IS 148 (58.2% from 255) = 33.18%

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

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 33.18%
G = 26.68%
B = 40.13%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9477B3 (or 0x9477B3) is known color: Purple Mountain's Majesty. HEX triplet: 94, 77 and B3. RGB value is (148,119,179). Sum of RGB (Red+Green+Blue) = 148+119+179=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #9477B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477B3 is #6B884C. Grayscale: #868686. Windows color (decimal): -7047245 or 11761556. OLE color: 11761556.

HSL color Cylindrical-coordinate representation of color #9477B3: hue angle of 269º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9477B3 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 119 179 -
CMYK 0.17 0.34 0 0.30
HSL 269º 0.28% 0.58% -
HSV(B) 269º 0.34% 0.7% -
XYZ 26.95 22.74 45.62 -
YUV 134.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 148 119 179 0.17 0.34 0 0.30 269 0.28 0.58
Hex 94 77 B3 11 22 0 1E 10D 1C 3A
Octal 224 167 263 21 42 0 36 415 34 72
Binary 10010100 1110111 10110011 10001 100010 0 11110 100001101 11100 111010

Color Harmonies of #9477B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477B3

Black with #9477B3

Text Example


Text Example

White with #9477B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9477B3; }

 p { color: rgb(148,119,179); }

 H1.HeaderClassName
 {
   color: #9477B3;
 }
 .AnyTagClassName
 {
   color: #9477B3;
 }
</style>

background-color css

<style>
 a { background-color: #9477B3; }

 a { background-color: rgb(148,119,179); }

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

border-color css

<style>
 span { border-color: #9477B3; }

 span { border-color: rgb(148,119,179); }

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