Html Css Color HEX #9D8594 Bouquet

📋 copy color: '#9D8594'

red 157 ◦ green 133 ◦ blue 148

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

Shades of Bouquet #9D8594

Tints of Bouquet #9D8594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 35.84%
G = 30.37%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9D8594 (or 0x9D8594) is known color: Bouquet. HEX triplet: 9D, 85 and 94. RGB value is (157,133,148). Sum of RGB (Red+Green+Blue) = 157+133+148=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8594 is #627A6B. Grayscale: #8D8D8D. Windows color (decimal): -6453868 or 9733533. OLE color: 9733533.

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

Color convert

RGB 157 133 148 -
CMYK 0 0.15 0.06 0.38
HSL 322.5º 0.11% 0.57% -
HSV(B) 322.5º 0.15% 0.62% -
XYZ 27.64 26.08 31.59 -
YUV 141.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 157 133 148 0 0.15 0.06 0.38 322.5 0.11 0.57
Hex 9D 85 94 0 F 6 26 142 B 39
Octal 235 205 224 0 17 6 46 502 13 71
Binary 10011101 10000101 10010100 0 1111 110 100110 101000010 1011 111001

Color Harmonies of #9D8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8594

Black with #9D8594

Text Example


Text Example

White with #9D8594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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