#9E7BBE

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

Shades of Purple Mountain's Majesty #9E7BBE

Tints of Purple Mountain's Majesty #9E7BBE

Color information

#9E7BBE (or 0x9E7BBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7B and BE. RGB value is (158,123,190). Sum of RGB (Red+Green+Blue) = 158+123+190=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7BBE is #618441. Grayscale: #8C8C8C. Windows color (decimal): -6390850 or 12483486. OLE color: 12483486.

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

Color convert

RGB158123190-
CMYK0.170.3500.25
HSL271.34º34.01%61.37%-
HSV(B)271.34º35.26%74.51%-
XYZ30.4825.1551.96-
YUV141.1155.6140.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=33.55%
G=26.11%
B=40.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581231900.170.3500.25271.3434.0161.37
Hex9E7BBE112301910f223d
Octal23617327621430314174275
Binary1001111011110111011111010001100011011001100001111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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