Html Css Color HEX #9D8599 Bouquet

📋 copy color: '#9D8599'

red 157 ◦ green 133 ◦ blue 153

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

Shades of Bouquet #9D8599

Tints of Bouquet #9D8599

RGB

 RED value IS 157 (61.72% from 255) = 35.44%

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 153 (60.16% from 255) = 34.54%

R = 35.44%
G = 30.02%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D8599 (or 0x9D8599) is known color: Bouquet. HEX triplet: 9D, 85 and 99. RGB value is (157,133,153). Sum of RGB (Red+Green+Blue) = 157+133+153=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8599 is #627A66. Grayscale: #8E8E8E. Windows color (decimal): -6453863 or 10061213. OLE color: 10061213.

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

Color convert

RGB 157 133 153 -
CMYK 0 0.15 0.03 0.38
HSL 310º 0.11% 0.57% -
HSV(B) 310º 0.15% 0.62% -
XYZ 28.04 26.24 33.72 -
YUV 142.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 157 133 153 0 0.15 0.03 0.38 310 0.11 0.57
Hex 9D 85 99 0 F 3 26 136 B 39
Octal 235 205 231 0 17 3 46 466 13 71
Binary 10011101 10000101 10011001 0 1111 11 100110 100110110 1011 111001

Color Harmonies of #9D8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8599

Black with #9D8599

Text Example


Text Example

White with #9D8599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,133,153); }

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

background-color css

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

 a { background-color: rgb(157,133,153); }

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

border-color css

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

 span { border-color: rgb(157,133,153); }

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