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

📋 copy color: '#9477B7'

red 148 ◦ green 119 ◦ blue 183

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

Shades of Purple Mountain's Majesty #9477B7

Tints of Purple Mountain's Majesty #9477B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 32.89%
G = 26.44%
B = 40.67%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9477B7 (or 0x9477B7) is known color: Purple Mountain's Majesty. HEX triplet: 94, 77 and B7. RGB value is (148,119,183). Sum of RGB (Red+Green+Blue) = 148+119+183=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #9477B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477B7 is #6B8848. Grayscale: #868686. Windows color (decimal): -7047241 or 12023700. OLE color: 12023700.

HSL color Cylindrical-coordinate representation of color #9477B7: hue angle of 267.19º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9477B7 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 119 183 -
CMYK 0.19 0.35 0 0.28
HSL 267.19º 0.31% 0.59% -
HSV(B) 267.19º 0.35% 0.72% -
XYZ 27.36 22.91 47.78 -
YUV 134.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 148 119 183 0.19 0.35 0 0.28 267.19 0.31 0.59
Hex 94 77 B7 13 23 0 1C 10B 1F 3B
Octal 224 167 267 23 43 0 34 413 37 73
Binary 10010100 1110111 10110111 10011 100011 0 11100 100001011 11111 111011

Color Harmonies of #9477B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477B7

Black with #9477B7

Text Example


Text Example

White with #9477B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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