#9E79BB

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

Shades of Purple Mountain's Majesty #9E79BB

Tints of Purple Mountain's Majesty #9E79BB

Color information

#9E79BB (or 0x9E79BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 79 and BB. RGB value is (158,121,187). Sum of RGB (Red+Green+Blue) = 158+121+187=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E79BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E79BB is #618644. Grayscale: #8B8B8B. Windows color (decimal): -6391365 or 12286366. OLE color: 12286366.

HSL color Cylindrical-coordinate representation of color #9E79BB: hue angle of 273.64º degrees, saturation: 0.33, 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 #9E79BB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158121187-
CMYK0.160.3500.27
HSL273.64º32.67%60.39%-
HSV(B)273.64º35.29%73.33%-
XYZ29.9124.5350.17-
YUV139.59154.76141.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=33.91%
G=25.97%
B=40.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581211870.160.3500.27273.6432.6760.39
Hex9E79BB102301B112213c
Octal23617127320430334224174
Binary1001111011110011011101110000100011011011100010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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