#9A7CB0

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

Shades of Purple Mountain's Majesty #9A7CB0

Tints of Purple Mountain's Majesty #9A7CB0

Color information

#9A7CB0 (or 0x9A7CB0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7C and B0. RGB value is (154,124,176). Sum of RGB (Red+Green+Blue) = 154+124+176=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 176 - color contains mainly: blue. Hex color #9A7CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7CB0 is #65834F. Grayscale: #8A8A8A. Windows color (decimal): -6652752 or 11566234. OLE color: 11566234.

HSL color Cylindrical-coordinate representation of color #9A7CB0: hue angle of 274.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A7CB0 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154124176-
CMYK0.120.3000.31
HSL274.62º24.76%58.82%-
HSV(B)274.62º29.55%69.02%-
XYZ28.3724.4244.29-
YUV138.9148.94138.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 176 (69.14% from 255) = 38.77%
R=33.92%
G=27.31%
B=38.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541241760.120.3000.31274.6224.7658.82
Hex9A7CB0C1E01F113193b
Octal23217426014360374233173
Binary1001101011111001011000011001111001111110001001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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