#9969BA

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

Shades of Purple Mountain's Majesty #9969BA

Tints of Purple Mountain's Majesty #9969BA

Color information

#9969BA (or 0x9969BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 69 and BA. RGB value is (153,105,186). Sum of RGB (Red+Green+Blue) = 153+105+186=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #9969BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969BA is #669645. Grayscale: #808080. Windows color (decimal): -6723142 or 12216729. OLE color: 12216729.

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

Color convert

RGB153105186-
CMYK0.180.4400.27
HSL275.56º36.99%57.06%-
HSV(B)275.56º43.55%72.94%-
XYZ27.0520.4248.97-
YUV128.59160.4145.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=34.46%
G=23.65%
B=41.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531051860.180.4400.27275.5636.9957.06
Hex9969BA122C01B1142539
Octal23115127222540334244571
Binary1001100111010011011101010010101100011011100010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9969BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,105,186); }

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

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

 a { background-color: rgb(153,105,186); }

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

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

 span { border-color: rgb(153,105,186); }

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