#9E7997

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

Shades of Bouquet #9E7997

Tints of Bouquet #9E7997

Color information

#9E7997 (or 0x9E7997) is unknown color: approx Bouquet. HEX triplet: 9E, 79 and 97. RGB value is (158,121,151). Sum of RGB (Red+Green+Blue) = 158+121+151=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7997 is #618668. Grayscale: #878787. Windows color (decimal): -6391401 or 9927070. OLE color: 9927070.

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

Color convert

RGB158121151-
CMYK00.230.040.38
HSL311.35º16.02%54.71%-
HSV(B)311.35º23.42%61.96%-
XYZ26.5223.1832.35-
YUV135.48136.76144.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.74%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=36.74%
G=28.14%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812115100.230.040.38311.3516.0254.71
Hex9E79970174261371037
Octal2361712270274464672067
Binary1001111011110011001011101011110010011010011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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