Html Css Color HEX #9F799B Bouquet

📋 copy color: '#9F799B'

red 159 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #9F799B

Tints of Bouquet #9F799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 36.55%
G = 27.82%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F799B (or 0x9F799B) is known color: Bouquet. HEX triplet: 9F, 79 and 9B. RGB value is (159,121,155). Sum of RGB (Red+Green+Blue) = 159+121+155=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F799B is #608664. Grayscale: #888888. Windows color (decimal): -6325861 or 10189215. OLE color: 10189215.

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

Color convert

RGB 159 121 155 -
CMYK 0 0.24 0.03 0.38
HSL 306.32º 0.17% 0.55% -
HSV(B) 306.32º 0.24% 0.62% -
XYZ 27.05 23.41 34.1 -
YUV 136.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 159 121 155 0 0.24 0.03 0.38 306.32 0.17 0.55
Hex 9F 79 9B 0 18 3 26 132 11 37
Octal 237 171 233 0 30 3 46 462 21 67
Binary 10011111 1111001 10011011 0 11000 11 100110 100110010 10001 110111

Color Harmonies of #9F799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F799B

Black with #9F799B

Text Example


Text Example

White with #9F799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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