#9F7EBA

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

Shades of Purple Mountain's Majesty #9F7EBA

Tints of Purple Mountain's Majesty #9F7EBA

Color information

#9F7EBA (or 0x9F7EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 7E and BA. RGB value is (159,126,186). Sum of RGB (Red+Green+Blue) = 159+126+186=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EBA is #608145. Grayscale: #8E8E8E. Windows color (decimal): -6324550 or 12222111. OLE color: 12222111.

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

Color convert

RGB159126186-
CMYK0.150.3200.27
HSL273º30.3%61.18%-
HSV(B)273º32.26%72.94%-
XYZ30.6225.8449.83-
YUV142.71152.43139.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=33.76%
G=26.75%
B=39.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591261860.150.3200.2727330.361.18
Hex9F7EBAF2001B1111e3d
Octal23717627217400334213675
Binary10011111111111010111010111110000001101110001000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,126,186); }

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

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

 a { background-color: rgb(159,126,186); }

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

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

 span { border-color: rgb(159,126,186); }

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