#9E7FBE

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

Shades of Purple Mountain's Majesty #9E7FBE

Tints of Purple Mountain's Majesty #9E7FBE

Color information

#9E7FBE (or 0x9E7FBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7F and BE. RGB value is (158,127,190). Sum of RGB (Red+Green+Blue) = 158+127+190=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FBE is #618041. Grayscale: #8F8F8F. Windows color (decimal): -6389826 or 12484510. OLE color: 12484510.

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

Color convert

RGB158127190-
CMYK0.170.3300.25
HSL269.52º32.64%62.16%-
HSV(B)269.52º33.16%74.51%-
XYZ30.9826.1752.13-
YUV143.45154.27138.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 190 (74.61% from 255) = 40%
R=33.26%
G=26.74%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581271900.170.3300.25269.5232.6462.16
Hex9E7FBE112101910e213e
Octal23617727621410314164176
Binary1001111011111111011111010001100001011001100001110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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