#9F7B95

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

Shades of Bouquet #9F7B95

Tints of Bouquet #9F7B95

Color information

#9F7B95 (or 0x9F7B95) is unknown color: approx Bouquet. HEX triplet: 9F, 7B and 95. RGB value is (159,123,149). Sum of RGB (Red+Green+Blue) = 159+123+149=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7B95 is #60846A. Grayscale: #888888. Windows color (decimal): -6325355 or 9796511. OLE color: 9796511.

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

Color convert

RGB159123149-
CMYK00.230.060.38
HSL316.67º15.79%55.29%-
HSV(B)316.67º22.64%62.35%-
XYZ26.8123.7131.6-
YUV136.73134.93143.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=36.89%
G=28.54%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912314900.230.060.38316.6715.7955.29
Hex9F7B9501762613d1037
Octal2371732250276464752067
Binary1001111111110111001010101011111010011010011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,123,149); }

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

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

 a { background-color: rgb(159,123,149); }

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

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

 span { border-color: rgb(159,123,149); }

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