#9E7FBA

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

Shades of Purple Mountain's Majesty #9E7FBA

Tints of Purple Mountain's Majesty #9E7FBA

Color information

#9E7FBA (or 0x9E7FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7F and BA. RGB value is (158,127,186). Sum of RGB (Red+Green+Blue) = 158+127+186=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FBA is #618045. Grayscale: #8E8E8E. Windows color (decimal): -6389830 or 12222366. OLE color: 12222366.

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

Color convert

RGB158127186-
CMYK0.150.3200.27
HSL271.53º29.95%61.37%-
HSV(B)271.53º31.72%72.94%-
XYZ30.5525.9949.86-
YUV143152.27138.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=33.55%
G=26.96%
B=39.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581271860.150.3200.27271.5329.9561.37
Hex9E7FBAF2001B1101e3d
Octal23617727217400334203675
Binary10011110111111110111010111110000001101110001000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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