#9A73BB

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

Shades of Purple Mountain's Majesty #9A73BB

Tints of Purple Mountain's Majesty #9A73BB

Color information

#9A73BB (or 0x9A73BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 73 and BB. RGB value is (154,115,187). Sum of RGB (Red+Green+Blue) = 154+115+187=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A73BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A73BB is #658C44. Grayscale: #868686. Windows color (decimal): -6655045 or 12284826. OLE color: 12284826.

HSL color Cylindrical-coordinate representation of color #9A73BB: hue angle of 272.5º 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 #9A73BB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154115187-
CMYK0.180.3900.27
HSL272.5º34.62%59.22%-
HSV(B)272.5º38.5%73.33%-
XYZ28.4322.7249.9-
YUV134.87157.42141.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.77%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=33.77%
G=25.22%
B=41.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541151870.180.3900.27272.534.6259.22
Hex9A73BB122701B110233b
Octal23216327322470334204373
Binary1001101011100111011101110010100111011011100010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A73BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A73BB; }

 p { color: rgb(154,115,187); }

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

<style>
 a { background-color: #9A73BB; }

 a { background-color: rgb(154,115,187); }

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

<style>
 span { border-color: #9A73BB; }

 span { border-color: rgb(154,115,187); }

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