#9A7FBE

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

Shades of Purple Mountain's Majesty #9A7FBE

Tints of Purple Mountain's Majesty #9A7FBE

Color information

#9A7FBE (or 0x9A7FBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7F and BE. RGB value is (154,127,190). Sum of RGB (Red+Green+Blue) = 154+127+190=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FBE is #658041. Grayscale: #8E8E8E. Windows color (decimal): -6651970 or 12484506. OLE color: 12484506.

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

Color convert

RGB154127190-
CMYK0.190.3300.25
HSL265.71º32.64%62.16%-
HSV(B)265.71º33.16%74.51%-
XYZ30.2125.7752.1-
YUV142.26154.95136.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=32.70%
G=26.96%
B=40.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541271900.190.3300.25265.7132.6462.16
Hex9A7FBE132101910a213e
Octal23217727623410314124176
Binary1001101011111111011111010011100001011001100001010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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