#9E78BB

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

Shades of Purple Mountain's Majesty #9E78BB

Tints of Purple Mountain's Majesty #9E78BB

Color information

#9E78BB (or 0x9E78BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 78 and BB. RGB value is (158,120,187). Sum of RGB (Red+Green+Blue) = 158+120+187=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E78BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E78BB is #618744. Grayscale: #8A8A8A. Windows color (decimal): -6391621 or 12286110. OLE color: 12286110.

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

Color convert

RGB158120187-
CMYK0.160.3600.27
HSL274.03º33%60.2%-
HSV(B)274.03º35.83%73.33%-
XYZ29.7924.2950.13-
YUV139155.09141.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=33.98%
G=25.81%
B=40.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581201870.160.3600.27274.033360.2
Hex9E78BB102401B112213c
Octal23617027320440334224174
Binary1001111011110001011101110000100100011011100010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E78BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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