#9F7999

Color #9F7999 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9F7999

Tints of Bouquet #9F7999

Color information

#9F7999 (or 0x9F7999) is unknown color: approx Bouquet. HEX triplet: 9F, 79 and 99. RGB value is (159,121,153). Sum of RGB (Red+Green+Blue) = 159+121+153=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7999 is #608666. Grayscale: #878787. Windows color (decimal): -6325863 or 10058143. OLE color: 10058143.

HSL color Cylindrical-coordinate representation of color #9F7999: hue angle of 309.47º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F7999 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB159121153-
CMYK00.240.040.38
HSL309.47º16.52%54.9%-
HSV(B)309.47º23.9%62.35%-
XYZ26.8923.3533.23-
YUV136.01137.59144.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=36.72%
G=27.94%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912115300.240.040.38309.4716.5254.9
Hex9F79990184261351137
Octal2371712310304464652167
Binary1001111111110011001100101100010010011010011010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,121,153); }

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

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

 a { background-color: rgb(159,121,153); }

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

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

 span { border-color: rgb(159,121,153); }

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