#9F7E9C

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

Shades of Bouquet #9F7E9C

Tints of Bouquet #9F7E9C

Color information

#9F7E9C (or 0x9F7E9C) is unknown color: approx Bouquet. HEX triplet: 9F, 7E and 9C. RGB value is (159,126,156). Sum of RGB (Red+Green+Blue) = 159+126+156=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7E9C is #608163. Grayscale: #8B8B8B. Windows color (decimal): -6324580 or 10256031. OLE color: 10256031.

HSL color Cylindrical-coordinate representation of color #9F7E9C: hue angle of 305.45º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F7E9C is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB159126156-
CMYK00.210.020.38
HSL305.45º14.67%55.88%-
HSV(B)305.45º20.75%62.35%-
XYZ27.7624.6934.76-
YUV139.29137.43142.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=36.05%
G=28.57%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912615600.210.020.38305.4514.6755.88
Hex9F7E9C015226131f38
Octal2371762340252464611770
Binary10011111111111010011100010101101001101001100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,126,156); }

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

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

 a { background-color: rgb(159,126,156); }

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

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

 span { border-color: rgb(159,126,156); }

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