Html Css Color HEX #9F7997 Bouquet

📋 copy color: '#9F7997'

red 159 ◦ green 121 ◦ blue 151

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

Shades of Bouquet #9F7997

Tints of Bouquet #9F7997

RGB

 RED value IS 159 (62.5% from 255) = 36.89%

 GREEN value IS 121 (47.66% from 255) = 28.07%

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 36.89%
G = 28.07%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F7997 (or 0x9F7997) is known color: Bouquet. HEX triplet: 9F, 79 and 97. RGB value is (159,121,151). Sum of RGB (Red+Green+Blue) = 159+121+151=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7997 is #608668. Grayscale: #878787. Windows color (decimal): -6325865 or 9927071. OLE color: 9927071.

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

Color convert

RGB 159 121 151 -
CMYK 0 0.24 0.05 0.38
HSL 312.63º 0.17% 0.55% -
HSV(B) 312.63º 0.24% 0.62% -
XYZ 26.72 23.28 32.36 -
YUV 135.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 159 121 151 0 0.24 0.05 0.38 312.63 0.17 0.55
Hex 9F 79 97 0 18 5 26 139 11 37
Octal 237 171 227 0 30 5 46 471 21 67
Binary 10011111 1111001 10010111 0 11000 101 100110 100111001 10001 110111

Color Harmonies of #9F7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7997

Black with #9F7997

Text Example


Text Example

White with #9F7997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F7997;
 }
 .AnyTagClassName
 {
   color: #9F7997;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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