Html Css Color HEX #997F98 Bouquet

📋 copy color: '#997F98'

red 153 ◦ green 127 ◦ blue 152

#997F98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #997F98

Tints of Bouquet #997F98

RGB

 RED value IS 153 (60.16% from 255) = 35.42%

 GREEN value IS 127 (50% from 255) = 29.4%

 BLUE value IS 152 (59.77% from 255) = 35.19%

R = 35.42%
G = 29.4%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#997F98 (or 0x997F98) is known color: Bouquet. HEX triplet: 99, 7F and 98. RGB value is (153,127,152). Sum of RGB (Red+Green+Blue) = 153+127+152=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #997F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F98 is #668067. Grayscale: #898989. Windows color (decimal): -6717544 or 9994137. OLE color: 9994137.

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

Color convert

RGB 153 127 152 -
CMYK 0 0.17 0.01 0.4
HSL 302.31º 0.11% 0.55% -
HSV(B) 302.31º 0.17% 0.6% -
XYZ 26.39 24.22 32.99 -
YUV 137.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 153 127 152 0 0.17 0.01 0.4 302.31 0.11 0.55
Hex 99 7F 98 0 11 1 28 12E B 37
Octal 231 177 230 0 21 1 50 456 13 67
Binary 10011001 1111111 10011000 0 10001 1 101000 100101110 1011 110111

Color Harmonies of #997F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F98

Black with #997F98

Text Example


Text Example

White with #997F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997F98;
 }
 .AnyTagClassName
 {
   color: #997F98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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