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

📋 copy color: '#9477B6'

red 148 ◦ green 119 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9477B6

Tints of Purple Mountain's Majesty #9477B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 32.96%
G = 26.5%
B = 40.53%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9477B6 (or 0x9477B6) is known color: Purple Mountain's Majesty. HEX triplet: 94, 77 and B6. RGB value is (148,119,182). Sum of RGB (Red+Green+Blue) = 148+119+182=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #9477B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477B6 is #6B8849. Grayscale: #868686. Windows color (decimal): -7047242 or 11958164. OLE color: 11958164.

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

Color convert

RGB 148 119 182 -
CMYK 0.19 0.35 0 0.29
HSL 267.62º 0.3% 0.59% -
HSV(B) 267.62º 0.35% 0.71% -
XYZ 27.25 22.87 47.23 -
YUV 134.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 148 119 182 0.19 0.35 0 0.29 267.62 0.3 0.59
Hex 94 77 B6 13 23 0 1D 10C 1E 3B
Octal 224 167 266 23 43 0 35 414 36 73
Binary 10010100 1110111 10110110 10011 100011 0 11101 100001100 11110 111011

Color Harmonies of #9477B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477B6

Black with #9477B6

Text Example


Text Example

White with #9477B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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