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

📋 copy color: '#9477B4'

red 148 ◦ green 119 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9477B4

Tints of Purple Mountain's Majesty #9477B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.27%

R = 33.11%
G = 26.62%
B = 40.27%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9477B4 (or 0x9477B4) is known color: Purple Mountain's Majesty. HEX triplet: 94, 77 and B4. RGB value is (148,119,180). Sum of RGB (Red+Green+Blue) = 148+119+180=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #9477B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477B4 is #6B884B. Grayscale: #868686. Windows color (decimal): -7047244 or 11827092. OLE color: 11827092.

HSL color Cylindrical-coordinate representation of color #9477B4: hue angle of 268.52º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9477B4 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 119 180 -
CMYK 0.18 0.34 0 0.29
HSL 268.52º 0.29% 0.59% -
HSV(B) 268.52º 0.34% 0.71% -
XYZ 27.05 22.78 46.15 -
YUV 134.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 148 119 180 0.18 0.34 0 0.29 268.52 0.29 0.59
Hex 94 77 B4 12 22 0 1D 10D 1D 3B
Octal 224 167 264 22 42 0 35 415 35 73
Binary 10010100 1110111 10110100 10010 100010 0 11101 100001101 11101 111011

Color Harmonies of #9477B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477B4

Black with #9477B4

Text Example


Text Example

White with #9477B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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