#9E79BA

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

Shades of Purple Mountain's Majesty #9E79BA

Tints of Purple Mountain's Majesty #9E79BA

Color information

#9E79BA (or 0x9E79BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 79 and BA. RGB value is (158,121,186). Sum of RGB (Red+Green+Blue) = 158+121+186=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E79BA is #618645. Grayscale: #8B8B8B. Windows color (decimal): -6391366 or 12220830. OLE color: 12220830.

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

Color convert

RGB158121186-
CMYK0.150.3500.27
HSL274.15º32.02%60.2%-
HSV(B)274.15º34.95%72.94%-
XYZ29.824.4949.61-
YUV139.47154.26141.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 186 (73.05% from 255) = 40%
R=33.98%
G=26.02%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581211860.150.3500.27274.1532.0260.2
Hex9E79BAF2301B112203c
Octal23617127217430334224074
Binary100111101111001101110101111100011011011100010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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