Html Css Color HEX #9F7C95 Bouquet

📋 copy color: '#9F7C95'

red 159 ◦ green 124 ◦ blue 149

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

Shades of Bouquet #9F7C95

Tints of Bouquet #9F7C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 36.81%
G = 28.7%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F7C95 (or 0x9F7C95) is known color: Bouquet. HEX triplet: 9F, 7C and 95. RGB value is (159,124,149). Sum of RGB (Red+Green+Blue) = 159+124+149=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7C95 is #60836A. Grayscale: #898989. Windows color (decimal): -6325099 or 9796767. OLE color: 9796767.

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

Color convert

RGB 159 124 149 -
CMYK 0 0.22 0.06 0.38
HSL 317.14º 0.15% 0.55% -
HSV(B) 317.14º 0.22% 0.62% -
XYZ 26.93 23.96 31.64 -
YUV 137.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 159 124 149 0 0.22 0.06 0.38 317.14 0.15 0.55
Hex 9F 7C 95 0 16 6 26 13D F 37
Octal 237 174 225 0 26 6 46 475 17 67
Binary 10011111 1111100 10010101 0 10110 110 100110 100111101 1111 110111

Color Harmonies of #9F7C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7C95

Black with #9F7C95

Text Example


Text Example

White with #9F7C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,124,149); }

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

background-color css

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

 a { background-color: rgb(159,124,149); }

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

border-color css

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

 span { border-color: rgb(159,124,149); }

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