#9A7FB2

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

Shades of Purple Mountain's Majesty #9A7FB2

Tints of Purple Mountain's Majesty #9A7FB2

Color information

#9A7FB2 (or 0x9A7FB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7F and B2. RGB value is (154,127,178). Sum of RGB (Red+Green+Blue) = 154+127+178=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #9A7FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7FB2 is #65804D. Grayscale: #8C8C8C. Windows color (decimal): -6651982 or 11698074. OLE color: 11698074.

HSL color Cylindrical-coordinate representation of color #9A7FB2: hue angle of 271.76º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A7FB2 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB154127178-
CMYK0.130.2900.30
HSL271.76º24.88%59.8%-
HSV(B)271.76º28.65%69.8%-
XYZ28.9525.2645.47-
YUV140.89148.95137.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=33.55%
G=27.67%
B=38.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541271780.130.2900.30271.7624.8859.8
Hex9A7FB2D1D01E110193c
Octal23217726215350364203174
Binary1001101011111111011001011011110101111010001000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,127,178); }

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

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

 a { background-color: rgb(154,127,178); }

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

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

 span { border-color: rgb(154,127,178); }

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