#9F7EBD

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

Shades of Purple Mountain's Majesty #9F7EBD

Tints of Purple Mountain's Majesty #9F7EBD

Color information

#9F7EBD (or 0x9F7EBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 7E and BD. RGB value is (159,126,189). Sum of RGB (Red+Green+Blue) = 159+126+189=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F7EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EBD is #608142. Grayscale: #8E8E8E. Windows color (decimal): -6324547 or 12418719. OLE color: 12418719.

HSL color Cylindrical-coordinate representation of color #9F7EBD: hue angle of 271.43º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F7EBD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159126189-
CMYK0.160.3300.26
HSL271.43º32.31%61.76%-
HSV(B)271.43º33.33%74.12%-
XYZ30.9425.9751.53-
YUV143.05153.93139.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.54%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=33.54%
G=26.58%
B=39.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591261890.160.3300.26271.4332.3161.76
Hex9F7EBD102101A10f203e
Octal23717627520410324174076
Binary1001111111111101011110110000100001011010100001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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