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

📋 copy color: '#947FAF'

red 148 ◦ green 127 ◦ blue 175

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

Shades of Purple Mountain's Majesty #947FAF

Tints of Purple Mountain's Majesty #947FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 32.89%
G = 28.22%
B = 38.89%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#947FAF (or 0x947FAF) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7F and AF. RGB value is (148,127,175). Sum of RGB (Red+Green+Blue) = 148+127+175=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #947FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FAF is #6B8050. Grayscale: #8A8A8A. Windows color (decimal): -7045201 or 11501460. OLE color: 11501460.

HSL color Cylindrical-coordinate representation of color #947FAF: hue angle of 266.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #947FAF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 127 175 -
CMYK 0.15 0.27 0 0.31
HSL 266.25º 0.23% 0.59% -
HSV(B) 266.25º 0.27% 0.69% -
XYZ 27.54 24.57 43.85 -
YUV 138.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 148 127 175 0.15 0.27 0 0.31 266.25 0.23 0.59
Hex 94 7F AF F 1B 0 1F 10A 17 3B
Octal 224 177 257 17 33 0 37 412 27 73
Binary 10010100 1111111 10101111 1111 11011 0 11111 100001010 10111 111011

Color Harmonies of #947FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FAF

Black with #947FAF

Text Example


Text Example

White with #947FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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