#9e7fb5

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

Shades of Purple Mountain's Majesty #9E7FB5

Tints of Purple Mountain's Majesty #9E7FB5

Color information

#9E7FB5 (or 0x9E7FB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7F and B5. RGB value is (158,127,181). Sum of RGB (Red+Green+Blue) = 158+127+181=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #9E7FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FB5 is #61804A. Grayscale: #8E8E8E. Windows color (decimal): -6389835 or 11894686. OLE color: 11894686.

HSL color Cylindrical-coordinate representation of color #9E7FB5: hue angle of 274.44º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E7FB5 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB158127181-
CMYK0.130.3000.29
HSL274.44º26.73%60.39%-
HSV(B)274.44º29.83%70.98%-
XYZ30.0325.7847.11-
YUV142.43149.77139.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=33.91%
G=27.25%
B=38.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581271810.130.3000.29274.4426.7360.39
Hex9E7FB5D1E01D1121b3c
Octal23617726515360354223374
Binary1001111011111111011010111011111001110110001001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e7fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,127,181); }

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

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

 a { background-color: rgb(158,127,181); }

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

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

 span { border-color: rgb(158,127,181); }

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