#9F7EB4

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

Shades of Purple Mountain's Majesty #9F7EB4

Tints of Purple Mountain's Majesty #9F7EB4

Color information

#9F7EB4 (or 0x9F7EB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 7E and B4. RGB value is (159,126,180). Sum of RGB (Red+Green+Blue) = 159+126+180=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F7EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EB4 is #60814B. Grayscale: #8D8D8D. Windows color (decimal): -6324556 or 11828895. OLE color: 11828895.

HSL color Cylindrical-coordinate representation of color #9F7EB4: hue angle of 276.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7EB4 is Cyan = 0.12, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159126180-
CMYK0.120.300.29
HSL276.67º26.47%60%-
HSV(B)276.67º30%70.59%-
XYZ3025.5946.54-
YUV142.02149.43140.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.19%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=34.19%
G=27.10%
B=38.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591261800.120.300.29276.6726.4760
Hex9F7EB4C1E01D1151a3c
Octal23717626414360354253274
Binary1001111111111101011010011001111001110110001010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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