#9476BA

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

Shades of Purple Mountain's Majesty #9476BA

Tints of Purple Mountain's Majesty #9476BA

Color information

#9476BA (or 0x9476BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 76 and BA. RGB value is (148,118,186). Sum of RGB (Red+Green+Blue) = 148+118+186=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #9476BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476BA is #6B8945. Grayscale: #868686. Windows color (decimal): -7047494 or 12220052. OLE color: 12220052.

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

Color convert

RGB148118186-
CMYK0.200.3700.27
HSL266.47º33.01%59.61%-
HSV(B)266.47º36.56%72.94%-
XYZ27.5522.849.4-
YUV134.72156.94137.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=32.74%
G=26.11%
B=41.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481181860.200.3700.27266.4733.0159.61
Hex9476BA142501B10a213c
Octal22416627224450334124174
Binary1001010011101101011101010100100101011011100001010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9476BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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