#9E7EBF

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

Shades of Purple Mountain's Majesty #9E7EBF

Tints of Purple Mountain's Majesty #9E7EBF

Color information

#9E7EBF (or 0x9E7EBF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7E and BF. RGB value is (158,126,191). Sum of RGB (Red+Green+Blue) = 158+126+191=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E7EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7EBF is #618140. Grayscale: #8E8E8E. Windows color (decimal): -6390081 or 12549790. OLE color: 12549790.

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

Color convert

RGB158126191-
CMYK0.170.3400.25
HSL269.54º33.68%62.16%-
HSV(B)269.54º34.03%74.9%-
XYZ30.9725.9552.67-
YUV142.98155.1138.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 191 (75% from 255) = 40.21%
R=33.26%
G=26.53%
B=40.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581261910.170.3400.25269.5433.6862.16
Hex9E7EBF112201910e223e
Octal23617627721420314164276
Binary1001111011111101011111110001100010011001100001110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,126,191); }

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

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

 a { background-color: rgb(158,126,191); }

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

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

 span { border-color: rgb(158,126,191); }

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