#9F7A99

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

Shades of Bouquet #9F7A99

Tints of Bouquet #9F7A99

Color information

#9F7A99 (or 0x9F7A99) is unknown color: approx Bouquet. HEX triplet: 9F, 7A and 99. RGB value is (159,122,153). Sum of RGB (Red+Green+Blue) = 159+122+153=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7A99 is #608566. Grayscale: #888888. Windows color (decimal): -6325607 or 10058399. OLE color: 10058399.

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

Color convert

RGB159122153-
CMYK00.230.040.38
HSL309.73º16.16%55.1%-
HSV(B)309.73º23.27%62.35%-
XYZ27.0123.5933.27-
YUV136.6137.26143.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=36.64%
G=28.11%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912215300.230.040.38309.7316.1655.1
Hex9F7A990174261361037
Octal2371722310274464662067
Binary1001111111110101001100101011110010011010011011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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