#9E77BE

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

Shades of Purple Mountain's Majesty #9E77BE

Tints of Purple Mountain's Majesty #9E77BE

Color information

#9E77BE (or 0x9E77BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 77 and BE. RGB value is (158,119,190). Sum of RGB (Red+Green+Blue) = 158+119+190=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E77BE is #618841. Grayscale: #8A8A8A. Windows color (decimal): -6391874 or 12482462. OLE color: 12482462.

HSL color Cylindrical-coordinate representation of color #9E77BE: hue angle of 272.96º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E77BE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158119190-
CMYK0.170.3700.25
HSL272.96º35.32%60.59%-
HSV(B)272.96º37.37%74.51%-
XYZ29.9924.1851.8-
YUV138.76156.92141.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=33.83%
G=25.48%
B=40.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581191900.170.3700.25272.9635.3260.59
Hex9E77BE1125019111233d
Octal23616727621450314214375
Binary1001111011101111011111010001100101011001100010001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,119,190); }

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

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

 a { background-color: rgb(158,119,190); }

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

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

 span { border-color: rgb(158,119,190); }

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