Html Css Color HEX #9D8889 Venus

📋 copy color: '#9D8889'

red 157 ◦ green 136 ◦ blue 137

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

Shades of Venus #9D8889

Tints of Venus #9D8889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.63%

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 36.51%
G = 31.63%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D8889 (or 0x9D8889) is known color: Venus. HEX triplet: 9D, 88 and 89. RGB value is (157,136,137). Sum of RGB (Red+Green+Blue) = 157+136+137=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8889 is #627776. Grayscale: #8E8E8E. Windows color (decimal): -6453111 or 9013405. OLE color: 9013405.

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

Color convert

RGB 157 136 137 -
CMYK 0 0.13 0.13 0.38
HSL 357.14º 0.1% 0.57% -
HSV(B) 357.14º 0.13% 0.62% -
XYZ 27.22 26.58 27.36 -
YUV 142.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 157 136 137 0 0.13 0.13 0.38 357.14 0.1 0.57
Hex 9D 88 89 0 D D 26 165 A 39
Octal 235 210 211 0 15 15 46 545 12 71
Binary 10011101 10001000 10001001 0 1101 1101 100110 101100101 1010 111001

Color Harmonies of #9D8889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8889

Black with #9D8889

Text Example


Text Example

White with #9D8889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,136,137); }

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

background-color css

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

 a { background-color: rgb(157,136,137); }

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

border-color css

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

 span { border-color: rgb(157,136,137); }

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