#9A7EBB

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

Shades of Purple Mountain's Majesty #9A7EBB

Tints of Purple Mountain's Majesty #9A7EBB

Color information

#9A7EBB (or 0x9A7EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7E and BB. RGB value is (154,126,187). Sum of RGB (Red+Green+Blue) = 154+126+187=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A7EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EBB is #658144. Grayscale: #8D8D8D. Windows color (decimal): -6652229 or 12287642. OLE color: 12287642.

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

Color convert

RGB154126187-
CMYK0.180.3300.27
HSL267.54º30.96%61.37%-
HSV(B)267.54º32.62%73.33%-
XYZ29.7625.3850.34-
YUV141.33153.78137.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=32.98%
G=26.98%
B=40.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541261870.180.3300.27267.5430.9661.37
Hex9A7EBB122101B10c1f3d
Octal23217627322410334143775
Binary100110101111110101110111001010000101101110000110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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