#9471BA

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

Shades of Purple Mountain's Majesty #9471BA

Tints of Purple Mountain's Majesty #9471BA

Color information

#9471BA (or 0x9471BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 71 and BA. RGB value is (148,113,186). Sum of RGB (Red+Green+Blue) = 148+113+186=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #9471BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471BA is #6B8E45. Grayscale: #838383. Windows color (decimal): -7048774 or 12218772. OLE color: 12218772.

HSL color Cylindrical-coordinate representation of color #9471BA: hue angle of 268.77º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9471BA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148113186-
CMYK0.200.3900.27
HSL268.77º34.6%58.63%-
HSV(B)268.77º39.25%72.94%-
XYZ26.9821.6549.21-
YUV131.79158.6139.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=33.11%
G=25.28%
B=41.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481131860.200.3900.27268.7734.658.63
Hex9471BA142701B10d233b
Octal22416127224470334154373
Binary1001010011100011011101010100100111011011100001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9471BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9471BA; }

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

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

<style>
 a { background-color: #9471BA; }

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

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

<style>
 span { border-color: #9471BA; }

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

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