#9E7EAF

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

Shades of Purple Mountain's Majesty #9E7EAF

Tints of Purple Mountain's Majesty #9E7EAF

Color information

#9E7EAF (or 0x9E7EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7E and AF. RGB value is (158,126,175). Sum of RGB (Red+Green+Blue) = 158+126+175=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7EAF is #618150. Grayscale: #8C8C8C. Windows color (decimal): -6390097 or 11501214. OLE color: 11501214.

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

Color convert

RGB158126175-
CMYK0.100.2800.31
HSL279.18º23.44%59.02%-
HSV(B)279.18º28%68.63%-
XYZ29.325.2943.89-
YUV141.15147.1140.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=34.42%
G=27.45%
B=38.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581261750.100.2800.31279.1823.4459.02
Hex9E7EAFA1C01F117173b
Octal23617625712340374272773
Binary1001111011111101010111110101110001111110001011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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