#9A7FBD

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

Shades of Purple Mountain's Majesty #9A7FBD

Tints of Purple Mountain's Majesty #9A7FBD

Color information

#9A7FBD (or 0x9A7FBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7F and BD. RGB value is (154,127,189). Sum of RGB (Red+Green+Blue) = 154+127+189=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A7FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FBD is #658042. Grayscale: #8D8D8D. Windows color (decimal): -6651971 or 12418970. OLE color: 12418970.

HSL color Cylindrical-coordinate representation of color #9A7FBD: hue angle of 266.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A7FBD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB154127189-
CMYK0.190.3300.26
HSL266.13º31.96%61.96%-
HSV(B)266.13º32.8%74.12%-
XYZ30.125.7251.52-
YUV142.14154.45136.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=32.77%
G=27.02%
B=40.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541271890.190.3300.26266.1331.9661.96
Hex9A7FBD132101A10a203e
Octal23217727523410324124076
Binary1001101011111111011110110011100001011010100001010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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