#9A7CB7

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

Shades of Purple Mountain's Majesty #9A7CB7

Tints of Purple Mountain's Majesty #9A7CB7

Color information

#9A7CB7 (or 0x9A7CB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7C and B7. RGB value is (154,124,183). Sum of RGB (Red+Green+Blue) = 154+124+183=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #9A7CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7CB7 is #658348. Grayscale: #8B8B8B. Windows color (decimal): -6652745 or 12024986. OLE color: 12024986.

HSL color Cylindrical-coordinate representation of color #9A7CB7: hue angle of 270.51º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A7CB7 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB154124183-
CMYK0.160.3200.28
HSL270.51º29.06%60.2%-
HSV(B)270.51º32.24%71.76%-
XYZ29.0824.748.04-
YUV139.7152.44138.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=33.41%
G=26.90%
B=39.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541241830.160.3200.28270.5129.0660.2
Hex9A7CB7102001C10f1d3c
Octal23217426720400344173574
Binary100110101111100101101111000010000001110010000111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,124,183); }

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

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

 a { background-color: rgb(154,124,183); }

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

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

 span { border-color: rgb(154,124,183); }

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