#947DAF

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

Shades of Purple Mountain's Majesty #947DAF

Tints of Purple Mountain's Majesty #947DAF

Color information

#947DAF (or 0x947DAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7D and AF. RGB value is (148,125,175). Sum of RGB (Red+Green+Blue) = 148+125+175=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #947DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947DAF is #6B8250. Grayscale: #898989. Windows color (decimal): -7045713 or 11500948. OLE color: 11500948.

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

Color convert

RGB148125175-
CMYK0.150.2900.31
HSL267.6º23.81%58.82%-
HSV(B)267.6º28.57%68.63%-
XYZ27.2824.0643.76-
YUV137.58149.12135.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=33.04%
G=27.90%
B=39.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481251750.150.2900.31267.623.8158.82
Hex947DAFF1D01F10c183b
Octal22417525717350374143073
Binary1001010011111011010111111111110101111110000110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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