Html Css Color HEX #9F7D9C Bouquet

📋 copy color: '#9F7D9C'

red 159 ◦ green 125 ◦ blue 156

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

Shades of Bouquet #9F7D9C

Tints of Bouquet #9F7D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 36.14%
G = 28.41%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F7D9C (or 0x9F7D9C) is known color: Bouquet. HEX triplet: 9F, 7D and 9C. RGB value is (159,125,156). Sum of RGB (Red+Green+Blue) = 159+125+156=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7D9C is #608263. Grayscale: #8A8A8A. Windows color (decimal): -6324836 or 10255775. OLE color: 10255775.

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

Color convert

RGB 159 125 156 -
CMYK 0 0.21 0.02 0.38
HSL 305.29º 0.15% 0.56% -
HSV(B) 305.29º 0.21% 0.62% -
XYZ 27.63 24.44 34.71 -
YUV 138.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 159 125 156 0 0.21 0.02 0.38 305.29 0.15 0.56
Hex 9F 7D 9C 0 15 2 26 131 F 38
Octal 237 175 234 0 25 2 46 461 17 70
Binary 10011111 1111101 10011100 0 10101 10 100110 100110001 1111 111000

Color Harmonies of #9F7D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7D9C

Black with #9F7D9C

Text Example


Text Example

White with #9F7D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,125,156); }

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

background-color css

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

 a { background-color: rgb(159,125,156); }

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

border-color css

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

 span { border-color: rgb(159,125,156); }

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