#947ABA

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

Shades of Purple Mountain's Majesty #947ABA

Tints of Purple Mountain's Majesty #947ABA

Color information

#947ABA (or 0x947ABA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7A and BA. RGB value is (148,122,186). Sum of RGB (Red+Green+Blue) = 148+122+186=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #947ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ABA is #6B8545. Grayscale: #888888. Windows color (decimal): -7046470 or 12221076. OLE color: 12221076.

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

Color convert

RGB148122186-
CMYK0.200.3400.27
HSL264.38º31.68%60.39%-
HSV(B)264.38º34.41%72.94%-
XYZ28.0423.7649.56-
YUV137.07155.61135.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=32.46%
G=26.75%
B=40.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481221860.200.3400.27264.3831.6860.39
Hex947ABA142201B108203c
Octal22417227224420334104074
Binary1001010011110101011101010100100010011011100001000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,122,186); }

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

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

 a { background-color: rgb(148,122,186); }

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

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

 span { border-color: rgb(148,122,186); }

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