#947BBE

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

Shades of Purple Mountain's Majesty #947BBE

Tints of Purple Mountain's Majesty #947BBE

Color information

#947BBE (or 0x947BBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7B and BE. RGB value is (148,123,190). Sum of RGB (Red+Green+Blue) = 148+123+190=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #947BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BBE is #6B8441. Grayscale: #898989. Windows color (decimal): -7046210 or 12483476. OLE color: 12483476.

HSL color Cylindrical-coordinate representation of color #947BBE: hue angle of 262.39º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947BBE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148123190-
CMYK0.220.3500.25
HSL262.39º34.01%61.37%-
HSV(B)262.39º35.26%74.51%-
XYZ28.5924.1851.88-
YUV138.11157.28135.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=32.10%
G=26.68%
B=41.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481231900.220.3500.25262.3934.0161.37
Hex947BBE1623019106223d
Octal22417327626430314064275
Binary1001010011110111011111010110100011011001100000110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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