#9F868E

Color #9F868E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #9F868E

Tints of Venus #9F868E

Color information

#9F868E (or 0x9F868E) is unknown color: approx Venus. HEX triplet: 9F, 86 and 8E. RGB value is (159,134,142). Sum of RGB (Red+Green+Blue) = 159+134+142=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F868E is #607971. Grayscale: #8E8E8E. Windows color (decimal): -6322546 or 9340575. OLE color: 9340575.

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

Color convert

RGB159134142-
CMYK00.160.110.38
HSL340.8º11.52%57.45%-
HSV(B)340.8º15.72%62.35%-
XYZ27.7126.3729.22-
YUV142.39127.78139.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.55%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=36.55%
G=30.80%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913414200.160.110.38340.811.5257.45
Hex9F868E010B26155c39
Octal23720621602013465251471
Binary10011111100001101000111001000010111001101010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,134,142); }

 H1.HeaderClassName
 {
   color: #9F868E;
 }
 .AnyTagClassName
 {
   color: #9F868E;
 }
</style>
background-color css

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

 a { background-color: rgb(159,134,142); }

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

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

 span { border-color: rgb(159,134,142); }

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