#9A7FBB

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

Shades of Purple Mountain's Majesty #9A7FBB

Tints of Purple Mountain's Majesty #9A7FBB

Color information

#9A7FBB (or 0x9A7FBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7F and BB. RGB value is (154,127,187). Sum of RGB (Red+Green+Blue) = 154+127+187=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FBB is #658044. Grayscale: #8D8D8D. Windows color (decimal): -6651973 or 12287898. OLE color: 12287898.

HSL color Cylindrical-coordinate representation of color #9A7FBB: hue angle of 267º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A7FBB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154127187-
CMYK0.180.3200.27
HSL267º30.61%61.57%-
HSV(B)267º32.09%73.33%-
XYZ29.8925.6450.39-
YUV141.91153.45136.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=32.91%
G=27.14%
B=39.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541271870.180.3200.2726730.6161.57
Hex9A7FBB122001B10b1f3e
Octal23217727322400334133776
Binary100110101111111101110111001010000001101110000101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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