Html Css Color HEX #9F8389 Venus

📋 copy color: '#9F8389'

red 159 ◦ green 131 ◦ blue 137

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

Shades of Venus #9F8389

Tints of Venus #9F8389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.68%

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

R = 37.24%
G = 30.68%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F8389 (or 0x9F8389) is known color: Venus. HEX triplet: 9F, 83 and 89. RGB value is (159,131,137). Sum of RGB (Red+Green+Blue) = 159+131+137=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8389 is #607C76. Grayscale: #8C8C8C. Windows color (decimal): -6323319 or 9012127. OLE color: 9012127.

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

Color convert

RGB 159 131 137 -
CMYK 0 0.18 0.14 0.38
HSL 347.14º 0.13% 0.57% -
HSV(B) 347.14º 0.18% 0.62% -
XYZ 26.93 25.41 27.15 -
YUV 140.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 159 131 137 0 0.18 0.14 0.38 347.14 0.13 0.57
Hex 9F 83 89 0 12 E 26 15B D 39
Octal 237 203 211 0 22 16 46 533 15 71
Binary 10011111 10000011 10001001 0 10010 1110 100110 101011011 1101 111001

Color Harmonies of #9F8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8389

Black with #9F8389

Text Example


Text Example

White with #9F8389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,131,137); }

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

background-color css

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

 a { background-color: rgb(159,131,137); }

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

border-color css

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

 span { border-color: rgb(159,131,137); }

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