#9F7EBB

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

Shades of Purple Mountain's Majesty #9F7EBB

Tints of Purple Mountain's Majesty #9F7EBB

Color information

#9F7EBB (or 0x9F7EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 7E and BB. RGB value is (159,126,187). Sum of RGB (Red+Green+Blue) = 159+126+187=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F7EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EBB is #608144. Grayscale: #8E8E8E. Windows color (decimal): -6324549 or 12287647. OLE color: 12287647.

HSL color Cylindrical-coordinate representation of color #9F7EBB: hue angle of 272.46º 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 #9F7EBB is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159126187-
CMYK0.150.3300.27
HSL272.46º30.96%61.37%-
HSV(B)272.46º32.62%73.33%-
XYZ30.7325.8850.39-
YUV142.82152.93139.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=33.69%
G=26.69%
B=39.62%

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
Decimal1591261870.150.3300.27272.4630.9661.37
Hex9F7EBBF2101B1101f3d
Octal23717627317410334203775
Binary10011111111111010111011111110000101101110001000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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