#947DAD

Color #947DAD Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #947DAD

Tints of Purple Mountain's Majesty #947DAD

Color information

#947DAD (or 0x947DAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7D and AD. RGB value is (148,125,173). Sum of RGB (Red+Green+Blue) = 148+125+173=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #947DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947DAD is #6B8252. Grayscale: #898989. Windows color (decimal): -7045715 or 11369876. OLE color: 11369876.

HSL color Cylindrical-coordinate representation of color #947DAD: hue angle of 268.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #947DAD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148125173-
CMYK0.140.2800.32
HSL268.75º22.64%58.43%-
HSV(B)268.75º27.75%67.84%-
XYZ27.0923.9842.74-
YUV137.35148.12135.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=33.18%
G=28.03%
B=38.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481251730.140.2800.32268.7522.6458.43
Hex947DADE1C02010d173a
Octal22417525516340404152772
Binary10010100111110110101101111011100010000010000110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #947DAD;
 }
 .AnyTagClassName
 {
   color: #947DAD;
 }
</style>
background-color css

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

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

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

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

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

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