#9E7CBA

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

Shades of Purple Mountain's Majesty #9E7CBA

Tints of Purple Mountain's Majesty #9E7CBA

Color information

#9E7CBA (or 0x9E7CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7C and BA. RGB value is (158,124,186). Sum of RGB (Red+Green+Blue) = 158+124+186=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7CBA is #618345. Grayscale: #8D8D8D. Windows color (decimal): -6390598 or 12221598. OLE color: 12221598.

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

Color convert

RGB158124186-
CMYK0.150.3300.27
HSL272.9º31%60.78%-
HSV(B)272.9º33.33%72.94%-
XYZ30.1725.2349.73-
YUV141.23153.26139.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=33.76%
G=26.50%
B=39.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581241860.150.3300.27272.93160.78
Hex9E7CBAF2101B1111f3d
Octal23617427217410334213775
Binary10011110111110010111010111110000101101110001000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,186); }

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

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

 a { background-color: rgb(158,124,186); }

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

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

 span { border-color: rgb(158,124,186); }

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