#9E7EB1

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

Shades of Purple Mountain's Majesty #9E7EB1

Tints of Purple Mountain's Majesty #9E7EB1

Color information

#9E7EB1 (or 0x9E7EB1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7E and B1. RGB value is (158,126,177). Sum of RGB (Red+Green+Blue) = 158+126+177=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 177 - color contains mainly: blue. Hex color #9E7EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7EB1 is #61814E. Grayscale: #8D8D8D. Windows color (decimal): -6390095 or 11632286. OLE color: 11632286.

HSL color Cylindrical-coordinate representation of color #9E7EB1: hue angle of 277.65º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7EB1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158126177-
CMYK0.110.2900.31
HSL277.65º24.64%59.41%-
HSV(B)277.65º28.81%69.41%-
XYZ29.525.3744.94-
YUV141.38148.1139.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 177 (69.53% from 255) = 38.39%
R=34.27%
G=27.33%
B=38.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581261770.110.2900.31277.6524.6459.41
Hex9E7EB1B1D01F116193b
Octal23617626113350374263173
Binary1001111011111101011000110111110101111110001011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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