#997E98

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

Shades of Bouquet #997E98

Tints of Bouquet #997E98

Color information

#997E98 (or 0x997E98) is unknown color: approx Bouquet. HEX triplet: 99, 7E and 98. RGB value is (153,126,152). Sum of RGB (Red+Green+Blue) = 153+126+152=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #997E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997E98 is #668167. Grayscale: #888888. Windows color (decimal): -6717800 or 9993881. OLE color: 9993881.

HSL color Cylindrical-coordinate representation of color #997E98: hue angle of 302.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997E98 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153126152-
CMYK00.180.010.4
HSL302.22º11.69%54.71%-
HSV(B)302.22º17.65%60%-
XYZ26.2723.9632.95-
YUV137.04136.45139.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=35.50%
G=29.23%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312615200.180.010.4302.2211.6954.71
Hex997E9801212812ec37
Octal2311762300221504561467
Binary1001100111111101001100001001011010001001011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997E98; }

 p { color: rgb(153,126,152); }

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

<style>
 a { background-color: #997E98; }

 a { background-color: rgb(153,126,152); }

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

<style>
 span { border-color: #997E98; }

 span { border-color: rgb(153,126,152); }

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