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

📋 copy color: '#947DAB'

red 148 ◦ green 125 ◦ blue 171

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

Shades of Purple Mountain's Majesty #947DAB

Tints of Purple Mountain's Majesty #947DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.15%

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 33.33%
G = 28.15%
B = 38.51%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#947DAB (or 0x947DAB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7D and AB. RGB value is (148,125,171). Sum of RGB (Red+Green+Blue) = 148+125+171=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #947DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947DAB is #6B8254. Grayscale: #888888. Windows color (decimal): -7045717 or 11238804. OLE color: 11238804.

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

Color convert

RGB 148 125 171 -
CMYK 0.13 0.27 0 0.33
HSL 270º 0.21% 0.58% -
HSV(B) 270º 0.27% 0.67% -
XYZ 26.9 23.9 41.72 -
YUV 137.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 148 125 171 0.13 0.27 0 0.33 270 0.21 0.58
Hex 94 7D AB D 1B 0 21 10E 15 3A
Octal 224 175 253 15 33 0 41 416 25 72
Binary 10010100 1111101 10101011 1101 11011 0 100001 100001110 10101 111010

Color Harmonies of #947DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DAB

Black with #947DAB

Text Example


Text Example

White with #947DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,125,171); }

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

background-color css

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

 a { background-color: rgb(148,125,171); }

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

border-color css

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

 span { border-color: rgb(148,125,171); }

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