#947CB7

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

Shades of Purple Mountain's Majesty #947CB7

Tints of Purple Mountain's Majesty #947CB7

Color information

#947CB7 (or 0x947CB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7C and B7. RGB value is (148,124,183). Sum of RGB (Red+Green+Blue) = 148+124+183=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #947CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CB7 is #6B8348. Grayscale: #898989. Windows color (decimal): -7045961 or 12024980. OLE color: 12024980.

HSL color Cylindrical-coordinate representation of color #947CB7: hue angle of 264.41º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947CB7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB148124183-
CMYK0.190.3200.28
HSL264.41º29.06%60.2%-
HSV(B)264.41º32.24%71.76%-
XYZ27.9724.1347.98-
YUV137.9153.45135.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 183 (71.88% from 255) = 40.22%
R=32.53%
G=27.25%
B=40.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481241830.190.3200.28264.4129.0660.2
Hex947CB7132001C1081d3c
Octal22417426723400344103574
Binary100101001111100101101111001110000001110010000100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,124,183); }

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

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

 a { background-color: rgb(148,124,183); }

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

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

 span { border-color: rgb(148,124,183); }

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