#9674BA

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

Shades of Purple Mountain's Majesty #9674BA

Tints of Purple Mountain's Majesty #9674BA

Color information

#9674BA (or 0x9674BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 74 and BA. RGB value is (150,116,186). Sum of RGB (Red+Green+Blue) = 150+116+186=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 116 (45.70% from 255 or 25.66% 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 #9674BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674BA is #698B45. Grayscale: #858585. Windows color (decimal): -6916934 or 12219542. OLE color: 12219542.

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

Color convert

RGB150116186-
CMYK0.190.3800.27
HSL269.14º33.65%59.22%-
HSV(B)269.14º37.63%72.94%-
XYZ27.6922.5249.34-
YUV134.15157.26139.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=33.19%
G=25.66%
B=41.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501161860.190.3800.27269.1433.6559.22
Hex9674BA132601B10d223b
Octal22616427223460334154273
Binary1001011011101001011101010011100110011011100001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9674BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,116,186); }

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

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

 a { background-color: rgb(150,116,186); }

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

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

 span { border-color: rgb(150,116,186); }

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