#947BBD

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

Shades of Purple Mountain's Majesty #947BBD

Tints of Purple Mountain's Majesty #947BBD

Color information

#947BBD (or 0x947BBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7B and BD. RGB value is (148,123,189). Sum of RGB (Red+Green+Blue) = 148+123+189=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #947BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BBD is #6B8442. Grayscale: #898989. Windows color (decimal): -7046211 or 12417940. OLE color: 12417940.

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

Color convert

RGB148123189-
CMYK0.220.3500.26
HSL262.73º33.33%61.18%-
HSV(B)262.73º34.92%74.12%-
XYZ28.4824.1451.3-
YUV138156.78135.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=32.17%
G=26.74%
B=41.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481231890.220.3500.26262.7333.3361.18
Hex947BBD162301A107213d
Octal22417327526430324074175
Binary1001010011110111011110110110100011011010100000111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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