Html Css Color HEX #947FAA Purple Mountain's Majesty

📋 copy color: '#947FAA'

red 148 ◦ green 127 ◦ blue 170

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

Shades of Purple Mountain's Majesty #947FAA

Tints of Purple Mountain's Majesty #947FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 28.54%

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 33.26%
G = 28.54%
B = 38.2%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#947FAA (or 0x947FAA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7F and AA. RGB value is (148,127,170). Sum of RGB (Red+Green+Blue) = 148+127+170=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #947FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FAA is #6B8055. Grayscale: #8A8A8A. Windows color (decimal): -7045206 or 11173780. OLE color: 11173780.

HSL color Cylindrical-coordinate representation of color #947FAA: hue angle of 269.3º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #947FAA is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 127 170 -
CMYK 0.13 0.25 0 0.33
HSL 269.3º 0.2% 0.58% -
HSV(B) 269.3º 0.25% 0.67% -
XYZ 27.06 24.38 41.31 -
YUV 138.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 148 127 170 0.13 0.25 0 0.33 269.3 0.2 0.58
Hex 94 7F AA D 19 0 21 10D 14 3A
Octal 224 177 252 15 31 0 41 415 24 72
Binary 10010100 1111111 10101010 1101 11001 0 100001 100001101 10100 111010

Color Harmonies of #947FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FAA

Black with #947FAA

Text Example


Text Example

White with #947FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947FAA; }

 p { color: rgb(148,127,170); }

 H1.HeaderClassName
 {
   color: #947FAA;
 }
 .AnyTagClassName
 {
   color: #947FAA;
 }
</style>

background-color css

<style>
 a { background-color: #947FAA; }

 a { background-color: rgb(148,127,170); }

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

border-color css

<style>
 span { border-color: #947FAA; }

 span { border-color: rgb(148,127,170); }

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