#947BB2

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

Shades of Purple Mountain's Majesty #947BB2

Tints of Purple Mountain's Majesty #947BB2

Color information

#947BB2 (or 0x947BB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7B and B2. RGB value is (148,123,178). Sum of RGB (Red+Green+Blue) = 148+123+178=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 178 - color contains mainly: blue. Hex color #947BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BB2 is #6B844D. Grayscale: #888888. Windows color (decimal): -7046222 or 11697044. OLE color: 11697044.

HSL color Cylindrical-coordinate representation of color #947BB2: hue angle of 267.27º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #947BB2 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB148123178-
CMYK0.170.3100.30
HSL267.27º26.32%59.02%-
HSV(B)267.27º30.9%69.8%-
XYZ27.3323.6845.25-
YUV136.74151.28136.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 178 (69.92% from 255) = 39.64%
R=32.96%
G=27.39%
B=39.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481231780.170.3100.30267.2726.3259.02
Hex947BB2111F01E10b1a3b
Octal22417326221370364133273
Binary10010100111101110110010100011111101111010000101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,178); }

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

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

 a { background-color: rgb(148,123,178); }

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

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

 span { border-color: rgb(148,123,178); }

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