#9E7C97

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

Shades of Bouquet #9E7C97

Tints of Bouquet #9E7C97

Color information

#9E7C97 (or 0x9E7C97) is unknown color: approx Bouquet. HEX triplet: 9E, 7C and 97. RGB value is (158,124,151). Sum of RGB (Red+Green+Blue) = 158+124+151=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7C97 is #618368. Grayscale: #898989. Windows color (decimal): -6390633 or 9927838. OLE color: 9927838.

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

Color convert

RGB158124151-
CMYK00.220.040.38
HSL312.35º14.91%55.29%-
HSV(B)312.35º21.52%61.96%-
XYZ26.8923.9232.48-
YUV137.24135.76142.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=36.49%
G=28.64%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812415100.220.040.38312.3514.9155.29
Hex9E7C97016426138f37
Octal2361742270264464701767
Binary100111101111100100101110101101001001101001110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,151); }

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

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

 a { background-color: rgb(158,124,151); }

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

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

 span { border-color: rgb(158,124,151); }

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