#947CBB

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

Shades of Purple Mountain's Majesty #947CBB

Tints of Purple Mountain's Majesty #947CBB

Color information

#947CBB (or 0x947CBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7C and BB. RGB value is (148,124,187). Sum of RGB (Red+Green+Blue) = 148+124+187=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #947CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CBB is #6B8344. Grayscale: #8A8A8A. Windows color (decimal): -7045957 or 12287124. OLE color: 12287124.

HSL color Cylindrical-coordinate representation of color #947CBB: hue angle of 262.86º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947CBB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148124187-
CMYK0.210.3400.27
HSL262.86º31.66%60.98%-
HSV(B)262.86º33.69%73.33%-
XYZ28.3924.350.21-
YUV138.36155.45134.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=32.24%
G=27.02%
B=40.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481241870.210.3400.27262.8631.6660.98
Hex947CBB152201B107203d
Octal22417427325420334074075
Binary1001010011111001011101110101100010011011100000111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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