#9F7997

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

Shades of Bouquet #9F7997

Tints of Bouquet #9F7997

Color information

#9F7997 (or 0x9F7997) is unknown color: approx Bouquet. HEX triplet: 9F, 79 and 97. RGB value is (159,121,151). Sum of RGB (Red+Green+Blue) = 159+121+151=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7997 is #608668. Grayscale: #878787. Windows color (decimal): -6325865 or 9927071. OLE color: 9927071.

HSL color Cylindrical-coordinate representation of color #9F7997: hue angle of 312.63º 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 #9F7997 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB159121151-
CMYK00.240.050.38
HSL312.63º16.52%54.9%-
HSV(B)312.63º23.9%62.35%-
XYZ26.7223.2832.36-
YUV135.78136.59144.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=36.89%
G=28.07%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912115100.240.050.38312.6316.5254.9
Hex9F79970185261391137
Octal2371712270305464712167
Binary1001111111110011001011101100010110011010011100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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