#9F7FBB

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

Shades of Purple Mountain's Majesty #9F7FBB

Tints of Purple Mountain's Majesty #9F7FBB

Color information

#9F7FBB (or 0x9F7FBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 7F and BB. RGB value is (159,127,187). Sum of RGB (Red+Green+Blue) = 159+127+187=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FBB is #608044. Grayscale: #8F8F8F. Windows color (decimal): -6324293 or 12287903. OLE color: 12287903.

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

Color convert

RGB159127187-
CMYK0.150.3200.27
HSL272º30.61%61.57%-
HSV(B)272º32.09%73.33%-
XYZ30.8626.1450.43-
YUV143.41152.6139.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=33.62%
G=26.85%
B=39.53%

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
Decimal1591271870.150.3200.2727230.6161.57
Hex9F7FBBF2001B1101f3e
Octal23717727317400334203776
Binary10011111111111110111011111110000001101110001000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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