#9E7DAF

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

Shades of Purple Mountain's Majesty #9E7DAF

Tints of Purple Mountain's Majesty #9E7DAF

Color information

#9E7DAF (or 0x9E7DAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7D and AF. RGB value is (158,125,175). Sum of RGB (Red+Green+Blue) = 158+125+175=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7DAF is #618250. Grayscale: #8C8C8C. Windows color (decimal): -6390353 or 11500958. OLE color: 11500958.

HSL color Cylindrical-coordinate representation of color #9E7DAF: hue angle of 279.6º degrees, saturation: 0.24, 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 #9E7DAF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158125175-
CMYK0.100.2900.31
HSL279.6º23.81%58.82%-
HSV(B)279.6º28.57%68.63%-
XYZ29.1725.0343.85-
YUV140.57147.43140.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.50%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=34.50%
G=27.29%
B=38.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581251750.100.2900.31279.623.8158.82
Hex9E7DAFA1D01F118183b
Octal23617525712350374303073
Binary1001111011111011010111110101110101111110001100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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