#9E7EB3

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

Shades of Purple Mountain's Majesty #9E7EB3

Tints of Purple Mountain's Majesty #9E7EB3

Color information

#9E7EB3 (or 0x9E7EB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7E and B3. RGB value is (158,126,179). Sum of RGB (Red+Green+Blue) = 158+126+179=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E7EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7EB3 is #61814C. Grayscale: #8D8D8D. Windows color (decimal): -6390093 or 11763358. OLE color: 11763358.

HSL color Cylindrical-coordinate representation of color #9E7EB3: hue angle of 276.23º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E7EB3 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB158126179-
CMYK0.120.3000.30
HSL276.23º25.85%59.8%-
HSV(B)276.23º29.61%70.2%-
XYZ29.725.4545.99-
YUV141.61149.1139.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=34.13%
G=27.21%
B=38.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581261790.120.3000.30276.2325.8559.8
Hex9E7EB3C1E01E1141a3c
Octal23617626314360364243274
Binary1001111011111101011001111001111001111010001010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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