#9F7698

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

Shades of Bouquet #9F7698

Tints of Bouquet #9F7698

Color information

#9F7698 (or 0x9F7698) is unknown color: approx Bouquet. HEX triplet: 9F, 76 and 98. RGB value is (159,118,152). Sum of RGB (Red+Green+Blue) = 159+118+152=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7698 is #608967. Grayscale: #868686. Windows color (decimal): -6326632 or 9991839. OLE color: 9991839.

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

Color convert

RGB159118152-
CMYK00.260.040.38
HSL310.24º17.6%54.31%-
HSV(B)310.24º25.79%62.35%-
XYZ26.4422.5932.67-
YUV134.14138.08145.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=37.06%
G=27.51%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911815200.260.040.38310.2417.654.31
Hex9F769801A4261361236
Octal2371662300324464662266
Binary1001111111101101001100001101010010011010011011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,118,152); }

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

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

 a { background-color: rgb(159,118,152); }

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

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

 span { border-color: rgb(159,118,152); }

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