Html Css Color HEX #9F7896 Bouquet

📋 copy color: '#9F7896'

red 159 ◦ green 120 ◦ blue 150

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

Shades of Bouquet #9F7896

Tints of Bouquet #9F7896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.97%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 37.06%
G = 27.97%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F7896 (or 0x9F7896) is known color: Bouquet. HEX triplet: 9F, 78 and 96. RGB value is (159,120,150). Sum of RGB (Red+Green+Blue) = 159+120+150=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7896 is #608769. Grayscale: #878787. Windows color (decimal): -6326122 or 9861279. OLE color: 9861279.

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

Color convert

RGB 159 120 150 -
CMYK 0 0.25 0.06 0.38
HSL 313.85º 0.17% 0.55% -
HSV(B) 313.85º 0.25% 0.62% -
XYZ 26.52 23.01 31.9 -
YUV 135.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 159 120 150 0 0.25 0.06 0.38 313.85 0.17 0.55
Hex 9F 78 96 0 19 6 26 13A 11 37
Octal 237 170 226 0 31 6 46 472 21 67
Binary 10011111 1111000 10010110 0 11001 110 100110 100111010 10001 110111

Color Harmonies of #9F7896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7896

Black with #9F7896

Text Example


Text Example

White with #9F7896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,120,150); }

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

background-color css

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

 a { background-color: rgb(159,120,150); }

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

border-color css

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

 span { border-color: rgb(159,120,150); }

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