#9B7EAE

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

Shades of Purple Mountain's Majesty #9B7EAE

Tints of Purple Mountain's Majesty #9B7EAE

Color information

#9B7EAE (or 0x9B7EAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 7E and AE. RGB value is (155,126,174). Sum of RGB (Red+Green+Blue) = 155+126+174=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B7EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7EAE is #648151. Grayscale: #8B8B8B. Windows color (decimal): -6586706 or 11435675. OLE color: 11435675.

HSL color Cylindrical-coordinate representation of color #9B7EAE: hue angle of 276.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7EAE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155126174-
CMYK0.110.2800.32
HSL276.25º22.86%58.82%-
HSV(B)276.25º27.59%68.24%-
XYZ28.6224.9543.35-
YUV140.14147.11138.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=34.07%
G=27.69%
B=38.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551261740.110.2800.32276.2522.8658.82
Hex9B7EAEB1C020114173b
Octal23317625613340404242773
Binary10011011111111010101110101111100010000010001010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,126,174); }

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

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

 a { background-color: rgb(155,126,174); }

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

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

 span { border-color: rgb(155,126,174); }

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