#9E6EBA

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

Shades of Purple Mountain's Majesty #9E6EBA

Tints of Purple Mountain's Majesty #9E6EBA

Color information

#9E6EBA (or 0x9E6EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 6E and BA. RGB value is (158,110,186). Sum of RGB (Red+Green+Blue) = 158+110+186=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EBA is #619145. Grayscale: #848484. Windows color (decimal): -6394182 or 12218014. OLE color: 12218014.

HSL color Cylindrical-coordinate representation of color #9E6EBA: hue angle of 277.89º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E6EBA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158110186-
CMYK0.150.4100.27
HSL277.89º35.51%58.04%-
HSV(B)277.89º40.86%72.94%-
XYZ28.5421.9749.19-
YUV133.02157.9145.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=34.80%
G=24.23%
B=40.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581101860.150.4100.27277.8935.5158.04
Hex9E6EBAF2901B116243a
Octal23615627217510334264472
Binary100111101101110101110101111101001011011100010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,110,186); }

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

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

 a { background-color: rgb(158,110,186); }

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

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

 span { border-color: rgb(158,110,186); }

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