#9A7FAC

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

Shades of Purple Mountain's Majesty #9A7FAC

Tints of Purple Mountain's Majesty #9A7FAC

Color information

#9A7FAC (or 0x9A7FAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7F and AC. RGB value is (154,127,172). Sum of RGB (Red+Green+Blue) = 154+127+172=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7FAC is #658053. Grayscale: #8C8C8C. Windows color (decimal): -6651988 or 11304858. OLE color: 11304858.

HSL color Cylindrical-coordinate representation of color #9A7FAC: hue angle of 276º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A7FAC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154127172-
CMYK0.100.2600.33
HSL276º21.33%58.63%-
HSV(B)276º26.16%67.45%-
XYZ28.3625.0342.37-
YUV140.2145.95137.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=34.00%
G=28.04%
B=37.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541271720.100.2600.3327621.3358.63
Hex9A7FACA1A021114153b
Octal23217725412320414242573
Binary10011010111111110101100101011010010000110001010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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